Linking question

  • Thread starter Thread starter gjack72
  • Start date Start date
G

gjack72

I am linking my source workbook to a destination workbook.
When I have a link with no data in the source cell, it is giving it a
value of '0'
in my destination cell. How do I get the destination to show a null
value
like my source cell.

Thanks,

GJ
 
IIF isn't a worksheet function (well, in the USA version).

But it is a function in VBA.
 
Back
Top