Data dumping output from 'Find and Replace' box

eddyble

New Member
Joined
Apr 30, 2018
Messages
9
Should be an easy solution but i can't seem to figure it out.

Let's say you're looking for a specific word in a data set using the find and replace function and hit 'find all' - it displays all the results for the word you find.

All i want to do is copy the 'Cell' reference output and paste it somewhere. How does one do that?

Cheers
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
this is good for me

CTRL-A
then in immediate window of VBE (ALT-F11, CTRL-G) ? selection.address
carriage return (that is, enter) to see the cell references
 
Upvote 0
I missed a step : after the CTRL-A you need to get out of the dialog box. Such as ESC or hitting the red close X on the top RHS

Another thought, instead of printing of addresses to the VBE immediate window you could print to a cell on the worksheet.
so instead of ? selection value
in the immediate window (change the A1 to whatever cell works for you) range("A1").value = selection.address
 
Upvote 0

Forum statistics

Threads
1,214,614
Messages
6,120,517
Members
448,968
Latest member
Ajax40

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