J
Jim R
I have been merging Excel to Word2K without a problem. Now what I
want to do is the following:
If PropertyVacant = 1 then "Vacant"
elseif PropertyRented = 1 then "Rented"
else
"Owner Occupied"
endif
The fields PropertyVacant and PeopertyRented are on the merged Excel
file. I want to put the literals on the Word document.
I know I can use VBA but I'm not sure exactly how and were to put it
in VBA.
Any help would be appreciated.
want to do is the following:
If PropertyVacant = 1 then "Vacant"
elseif PropertyRented = 1 then "Rented"
else
"Owner Occupied"
endif
The fields PropertyVacant and PeopertyRented are on the merged Excel
file. I want to put the literals on the Word document.
I know I can use VBA but I'm not sure exactly how and were to put it
in VBA.
Any help would be appreciated.