Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to inialise a textbox with a cell value but I am getting the erro
"Invalid use of the poperty defaultdate = Worksheets("Update").Range("A2" UserForm1.TextBox1.Text (defaultdate Any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dave
The proper syntax is: UserForm1.TextBox1.Text=defaultdate -- Best Regards Leo Heuser Followup to newsgroup only please. "Dave" skrev i en meddelelse ... I am trying to inialise a textbox with a cell value but I am getting the error "Invalid use of the poperty" defaultdate = Worksheets("Update").Range("A2") UserForm1.TextBox1.Text (defaultdate) Any ideas? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Dave,
Try UserForm1.TextBox1.Text = Worksheets("Update").Range("A2").Value -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Dave" wrote in message ... I am trying to inialise a textbox with a cell value but I am getting the error "Invalid use of the poperty" defaultdate = Worksheets("Update").Range("A2") UserForm1.TextBox1.Text (defaultdate) Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate Textbox value based on another textbox value.doc | Excel Discussion (Misc queries) | |||
Calculate Textbox value based on another textbox value | Excel Discussion (Misc queries) | |||
Default Windows Profile without default Office user info | Excel Discussion (Misc queries) | |||
Default ribbon to open by default when opening xls in browser | Excel Discussion (Misc queries) | |||
UserForm TextBox to ActiveSheet TextBox over 256 characters | Excel Programming |