A
Ant
I have two worksheets one with data and on with a form I would like to find
the row that is selected on the data sheet and use it on the form sheet.
myRow = ActiveWorkbook.Worksheets("Data").ActiveCell.Row
I cannot find a way for this to happen. I have this in a module procedure
which I call when the form sheet is activated.
any help would be greatly appreciated
Anthony
the row that is selected on the data sheet and use it on the form sheet.
myRow = ActiveWorkbook.Worksheets("Data").ActiveCell.Row
I cannot find a way for this to happen. I have this in a module procedure
which I call when the form sheet is activated.
any help would be greatly appreciated
Anthony