Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I received the following suggestion to move text boxes
Sub moveit() With Workbooks("Book1.xls").Worksheets("Sheet1") .TextBox1.Top=Sheet1.Range("B2").Top .TextBox1.Left=Sheet1.Range("B2").Left End With End Sub I get a message straight away highlighting the first line (..With Workbooks etc) saying reference is out of range. Any suggestions? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Form Text Boxes - Copy format of text boxes | Excel Discussion (Misc queries) | |||
Print = moving check boxes | Excel Discussion (Misc queries) | |||
Moving Check Boxes | Excel Discussion (Misc queries) | |||
Moving. Want to number boxes and inventory contents of boxes | Charts and Charting in Excel | |||
Form Text Boxes moving | Excel Worksheet Functions |