P
PSULionRP
I am dynamically creating an Excel spreadsheet in Access via VBA code. One of
my cells created in Excel needs to have an Excel formula:
.Range("C8") = "=If(B2=B3+B4,"Y","N")"
Obviously the Access VBA doesn't like all those double-quotation marks. How
can I make the column "Y" or "N" based on the contents and the Access VBA
code???
Thanks in advance for your hel, and hopeful for a reply.
PSULionRP
my cells created in Excel needs to have an Excel formula:
.Range("C8") = "=If(B2=B3+B4,"Y","N")"
Obviously the Access VBA doesn't like all those double-quotation marks. How
can I make the column "Y" or "N" based on the contents and the Access VBA
code???
Thanks in advance for your hel, and hopeful for a reply.
PSULionRP