I need to replace some text in a dwg file with the value of a cells in a excel sheet. The Autocad file is already open
For example:
COLUMN A COLUMN B
text to find text to replace
town London
capital United Kingdom
Hi,
I need to open a dwg file, run a script (.scr) and close Draftsight. I'm started with open the document.I found this code from jrice174 and I've tried to edit for Draftsight:
Sub openDraftsight()
Dim dsApp As Object
Dim NewFile As Object
Dim dsAppPath As String
Dim bReadOnly As Boolean...