Hi
I'm writing a macro that copy's and pastes values in filtered data
I want to copy the price of something to an adjacent column as a value, which is easy in the first column, but i'm trying to then select the next visible cell below and do the same
with :
SendKeys ("{DOWN}")
but nothing happens when stepping through the macro it goes passed this step and no change to the active sheet?
Any ideas how i can get this to work? without looping through [FONT="]EntireRow.Hidden = False, as the sheet is 5000 rows long
[/FONT]Cheers
I'm writing a macro that copy's and pastes values in filtered data
I want to copy the price of something to an adjacent column as a value, which is easy in the first column, but i'm trying to then select the next visible cell below and do the same
with :
SendKeys ("{DOWN}")
but nothing happens when stepping through the macro it goes passed this step and no change to the active sheet?
Any ideas how i can get this to work? without looping through [FONT="]EntireRow.Hidden = False, as the sheet is 5000 rows long
[/FONT]Cheers