R
Rob
Hi all,
I'm trying to paste the following formula using visual basic
=IF(GSTStatus="GST",Credit+Debit)/GSTDivideBy,)
(the GSTStatus, Credit, Debit and GSTDivideBy are all difined names)
To do this I have tried this but the "GST" part won't let me.
ActiveCell.Offset(1, -9) = "=IF(GSTStatus="GST",Credit+Debit)/GSTDivideBy,)"
Any clues?
Rob
I'm trying to paste the following formula using visual basic
=IF(GSTStatus="GST",Credit+Debit)/GSTDivideBy,)
(the GSTStatus, Credit, Debit and GSTDivideBy are all difined names)
To do this I have tried this but the "GST" part won't let me.
ActiveCell.Offset(1, -9) = "=IF(GSTStatus="GST",Credit+Debit)/GSTDivideBy,)"
Any clues?
Rob