Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a macro that pastes what is in the copy buffer, and then analyses the resultant paste. Problem is that if the copy buffer has tabs in it, then excel will interpret this as having to paste over a variety of columns. I just want it to ignore any characters that may take the data over multiple columns (e.g. like tabs). The command I am using is: ActiveSheet.PasteSpecial Format:="Text", Link:=False, DisplayAsIcon:=False I thought the Format of Text would ignore the tabs. Any help is most appreciated. Cheers, Les Landau |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste Formatting | Excel Discussion (Misc queries) | |||
VBA paste with formatting? | Excel Discussion (Misc queries) | |||
'paste special', 'paste link' formatting transfer | Excel Discussion (Misc queries) | |||
Excel paste formatting | Excel Worksheet Functions | |||
Formatting not retained using paste all and paste link | Excel Worksheet Functions |