Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to fill the activecell and the adjacent selected cells with th
data from a user form. Being new to visual basic I am not sure if o how I can do this -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hobbit,
Do it before you exit the form, and use something like with activecell .value = textbox1.text .offset(0,1).value = textbox2.text .offset(0,2).value = textbox3.text end with -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Hobbit_Oz " wrote in message ... I wish to fill the activecell and the adjacent selected cells with the data from a user form. Being new to visual basic I am not sure if or how I can do this. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filling in blank cells with information from cells above it | Excel Discussion (Misc queries) | |||
Multiple cells or columns are selected instead of selected cell or | Excel Discussion (Misc queries) | |||
filling cells | Excel Discussion (Misc queries) | |||
Cells are selected but aren't displayed as selected | Excel Discussion (Misc queries) | |||
Cells are selected but aren't displayed as selected | Excel Worksheet Functions |