Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Given that the chart is on a sheet of its own and your code assumes it
is the ActiveSheet, using Range("A1") to adjust a chart property won't work (gives me a run-time error 1004). You need to qualify it, e.g. Sheets("Sheet1").Range("A1"). Could you please explain how i would convert the textbox value from text to number? Assign it to a variable declared as a number (Integer, Long, Single, Double) or use a convert function CInt(), CLng(), CSng(), CDbl(), Val(). Merjet |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell 's width and height | Excel Programming | |||
UserForm TextBox with fixed Width and dynamic Height | Excel Programming | |||
cell width and height | New Users to Excel | |||
What does the 8.43 and 12.75 represent in height and width of cell | Excel Discussion (Misc queries) | |||
.AddShape(Type, Left, Top, Width, Height) | Excel Programming |