Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob Phillips wrote:
a) Columns("B").Entirecolumn.insert b) Use Application.Inputbox with a Type argument of 8. This allows the user to select a range, and you can get the column from that input. Soimething like Set rng = application.InputBox("hello",type:=8) myCol = rng.column I'll try it out and let you know. Very fast response, thanks! Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mouse Pointers | Excel Discussion (Misc queries) | |||
need some pointers | New Users to Excel | |||
Excel Pointers to Formulas | Excel Discussion (Misc queries) | |||
Pointers?? | Excel Discussion (Misc queries) | |||
In excel pointers should be availible | Excel Worksheet Functions |