Hey folks,

Can anyone tell me how at the end of an active button enabled macro I can end on a specific cell please?

I've tried adding:

excel.application.goto ("sheet2:A1")

but it debugs at this point

My best guess is that Application isn't the correct command?

Thanks