Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys,
I have some pretty basic code here that I want to select a view and have the label text updated. But the code wont work, I havent used VBA for a long time and cant remember why this wont work when directly referenced as below?
Any help would be appreciated...
Public Sub ISO_VIEW()
Dim dwgdoc As DrawingDocument
Set dwgdoc = ThisApplication.ActiveDocument
Set dwgdoc.SelectSet.Item(1).Label.Text = "HELLO WORLD"
End Sub
Solved! Go to Solution.