repairman615
Well-known Member
- Joined
- Dec 21, 2009
- Messages
- 1,885
Hello,
I am using 2007 and am trying to control the text of a textbox choosen off the insert menu.
Using this line gives error 438. Object doesn't support this property or method.
My goal is to basically have a macro fire when only cell a1 is changed, and if a1 is greater than 3000 then change textbox 12, else textbox 12 = "".
All help and comments are greatly appreciated.
I am using 2007 and am trying to control the text of a textbox choosen off the insert menu.
Code:
Sheets(1).Shapes("textbox 12").Text = "hello"
My goal is to basically have a macro fire when only cell a1 is changed, and if a1 is greater than 3000 then change textbox 12, else textbox 12 = "".
All help and comments are greatly appreciated.