![]() |
![]() |
|
|||||||
| 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 |
|
Board Regular
Join Date: Feb 2002
Location: Singapore
Posts: 77
|
When i use Paste Special-Paste Links, all the blank cells in the source sheets are changes to 0 in the object cell. How to solve this problem? Please indicate.
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
You will need to change your formula (link) after pasting from (for instance), =Sheet1!A1 to:
=If(isblank(Sheet1!A1),"",Sheet1!A1)
__________________
~Anne Troy |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Singapore
Posts: 77
|
Thanks! Dreamboat.
This works. ^_^. i should think of this. Previously i just thought of doing that in one step. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|