importing values from excel to a custom form

S

sparkle_guy

Anyone got any ideas about the syntax to use in VBScript that can be used
used to copy values from an open excel sheet to textboxes on a custom form?

Have tried

Myform.textbox1 =
Application.workbooks("Myworkbook").worksheets("Myworksheet").cells(row,colu
mn) but without much luck.

Any suggestions gratefully appreciated thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top