|
-
Jan 24th, 2011, 10:53 AM
#1
Thread Starter
New Member
use control in word by name
Hi,
I am trying to assign some values to some activex textboxes in a word 2007 document.
i have named the textboxes like txt1,txt2,txt3,txt4,...
Now i m wondering if there is something like this possible:
for i = 1 to 4
getControlByName("txt" & i).text = "test " & i
next
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|