Message 1 of 3
VBA basics - How to read excel cells value?

Not applicable
03-04-2009
03:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I just started using VBA in AutoCAD. I need to do this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. I got an opened excel worksheet named "TEST", from AutoCAD VBA I need to read cell B1 value and export this value to string.
2. Save the string as a text on the drawing.
3. Read B2 value export to string and save as text on the drawing.
and so on till B8
sounds easy?but not for me
Could anyone help me with this plz
thx
I just started using VBA in AutoCAD. I need to do this:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. I got an opened excel worksheet named "TEST", from AutoCAD VBA I need to read cell B1 value and export this value to string.
2. Save the string as a text on the drawing.
3. Read B2 value export to string and save as text on the drawing.
and so on till B8
sounds easy?but not for me
Could anyone help me with this plz
thx