Message 1 of 6
Problem with importing CAD commands with space between characters from EXCEL VBA

Not applicable
05-02-2018
06:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a problem with inserting commands from VBA to CAD file. The problem is because of the space between characters used. For instance, for the command of "Cannoscale" in Imperial drawings, I need to type 1/8" = 1'-0" in excel file but when importing from excel to CAD, the vba thinks those spaces are like "enter" command and the program does not work properly. Does anyone have any idea for solving this issue?
Thanks,