Macro needed

ironsides

Well-known Member
Joined
Aug 12, 2002
Messages
575
Macro needed to move cursor to cell DT19

Data from cell A19 to DT11500
Using Excel 2000
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Maybe this?

Code:
Sub MoveDT()
Application.Goto Range("DT19"), True
End Sub
 
Upvote 0
You are welcome, but you don't need a macro for this. Just click in the Address bar, type D19 then press Enter.
 
Upvote 0
You are welcome, but you don't need a macro for this. Just click in the Address bar, type D19 then press Enter.

Yes this is so
But
At various times I am in different positions on this sheet
so your macro saves alot of time and motion.
The macro button is above the Freeze Frame line
therefore is conveniently present at all times.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,555
Members
452,928
Latest member
101blockchains

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top