Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am opening an excel spreadsheet with a userform from another application (see code below) using late binding. I need to populate controls with data. How do I reference the userform? Set objExcel = CreateObject("Excel.Application") Set wbExcel = objExcel.Workbooks.Open("C:\test.xls") I tried wbExcel.UserForm11.TextBox1.Text and it does not work. Any ideas? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
userform date issue | Excel Worksheet Functions | |||
UserForm Save Issue | Excel Worksheet Functions | |||
Multiple Users in Userform issue | Excel Programming | |||
Userform Issue | Excel Programming | |||
UserForm Listbox issue | Excel Discussion (Misc queries) |