Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a macro (Excel 2003) that paste links into another worksheet, however,
the formating of the font (size and color) does not come across. Sheets("Highlights").Select Range("$AR$2:$AR$2").Select Range(Selection, Selection.End(xlDown)).Select Selection.Copy Sheets("Summary").Select Range("J2").Select ActiveSheet.Paste Link:=True I noticed that if I do this manually, it works( color comes across). Is there a special form of the paste link command to use? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy paste, link problem | Excel Discussion (Misc queries) | |||
How can I copy/paste a hyperlink address without the link? | Excel Discussion (Misc queries) | |||
Copy and paste link in worksheet is extremely slow. What to doÉ | Excel Discussion (Misc queries) | |||
Macro: Copy and Paste Boomberg Link | Excel Discussion (Misc queries) | |||
Copy Paste Special Link Cell Problem | Links and Linking in Excel |