![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Midwest, USA
Posts: 9
|
I am using Vlookup to populate cells in one worksheet with 3 paragraphs from another.
All is good after I copy the column and past special as values, except 1 thing. I lose the Bold Face format. Is there a way to retain the text format code? Thanks!!! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
VLOOKUP returns only values, and not their formatting as it appears in the lookup table.
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Try the following code:
With Selection .PasteSpecial Paste:=xlFormats .PasteSpecial Paste:=xlValues End With This code will paste the formats and values of whatever is on the clipboard, into the cells that are selected.
__________________
Kind regards, Al Chara |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|