Remove commas from Windows buffer

  • Thread starter Thread starter Rasmus
  • Start date Start date
R

Rasmus

Hi,

Does anyone have a quick macro for removing all commas in the Windows buffer
before pasting into Excel ?

The thing is, I'm copying from one program and pasting into Excel. However
if the original copied text includes commas, it's going to screw up the
pasting in Excel.

Any ideas ?

(c:
Rasmus
 
Hi , Use the clip baord object to assign to a variable,
then use the REPLACE function to remove the commas, then
assign the new string back to the clipbaord ready fro
pasting....
Earl
 
Back
Top