Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written a macro which extracts data from cells in the same row and
sets it out on a new sheet created in the same workbook. The macro dimensions variables (approx 100 of them) which are given values by using the expression "NameofVariable=ActiveCell.Offset(0,-x) where x is the number of colums before the cell selected by cursor before running the macro. In the present case the required starting cell must be within the range column EW row 6 (+) where the rows go on increasing ( initially 20 and increasing by about 6 per month). My difficulty is (and hence the present question) How do I write an error trap at the beginning of the macro to check that the starting cell selected falls within the required range? If it doesn't then message "Do you mean xxxx " where xxxx is the contents of col EW in the same row. Have been running in circles on this and would now appreciate being pointed in the right direction. Thanks in anticipation Don Cameron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro - Return to starting cell | Excel Worksheet Functions | |||
Returning Macro to Starting Cell | Excel Worksheet Functions | |||
Returning Macro to Starting Cell | Excel Worksheet Functions | |||
Getting macro to copy to starting cell | Excel Worksheet Functions | |||
Starting a macro by changing a cell in a column. | Excel Programming |