Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am a bit of newbie scripting and I can't getthe excel
functions to do it nicely and I just need a simple VB script that will indent a selected row Range("A25:D26").Select Selection.InsertIndent 1 but have the number of indents equal the value in A25 Any ideas, Thanks, Graeme |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range("A25:D26").InsertIndent Range("A25").Value
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Graeme" wrote in message ... I am a bit of newbie scripting and I can't getthe excel functions to do it nicely and I just need a simple VB script that will indent a selected row Range("A25:D26").Select Selection.InsertIndent 1 but have the number of indents equal the value in A25 Any ideas, Thanks, Graeme |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula or script needed | Excel Discussion (Misc queries) | |||
simple vb script to open, | Excel Discussion (Misc queries) | |||
Why won't this simple VBA script work in excel 2002? | Excel Discussion (Misc queries) | |||
Help needed (Automatic script function) | Excel Discussion (Misc queries) | |||
Need help with simple VBA Script | Excel Programming |