
Originally Posted by
sintek
May I suggest deleting pictures before saving....i.e then the code in post 10 which I amended by adding below line will work.
ActiveSheet.Pictures.Delete
you are the man - spot on....
do you mind if I ask another question?
I am trying to use the macro below to just paste a formula back in a cell - but it is not accepting the YES in the formula
do you know how I can do that?
Range("B12:C12").Formula = "=IF(B6="","",IF($C$11="Yes",B6,"Type Customer Name Manually"))"
Range("B13:C13").Formula = "=IF(B7="","",IF($C$11="Yes",B7,"Type Address Manually"))"
Range("B15:C15").Formula = "=IF(B9="","",IF($C$11="Yes",B9,"Type County Manually"))"
Range("B16:C16").Formula = "=IF(B10="","",IF($C$11="Yes",B10,"Type Country Manually"))"
Bookmarks