View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Graeme[_3_] Graeme[_3_] is offline
external usenet poster
 
Posts: 4
Default Simple VB Script needed

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