copy Excel compatible URL page content to Clipboard

kken tthompson

New Member
Joined
Nov 7, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I can copy this data and have it pasted the clipboard easily using manual keystrokes. Creating a simple macro doesn't work. It seems like VBA doesn't do this operation due to clipboard restraints. I'm an 80 years old retired engineer Just staying mentally active...and I'm about 3 steps "beyond newby". Logic is : clear clipboard , copy URL data to excel clipboard, close macro. CoPilots last verrsion had me going to a library and using the API clipboard.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
To be honest, using the API Clipboard isn't a bad idea. It's more reliable, I find, than the VBA Clipboard-lite. :-)
When you say URL data, what do you mean? Do you mean the text on a website? Where are you copying it to? It's just that there may be another way without having to resort to using the clipboard.
 
Upvote 0
yes, I'm referring to the Excel compatible text on the url page. FYI, the URL owner has locked the Page URL and name mining opportunities but left the text available and compatible. It will copy as a normal copy /paste to the worksheet, but it won't be recognized for further processing. Thank you for responding.
 
Upvote 0
If it's not a problem, can you share the URL?
 
Upvote 0

Forum statistics

Threads
1,225,619
Messages
6,186,049
Members
453,335
Latest member
sfd039

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