Forum: Visual Basic 4 / 5 / 6 Nov 7th, 2006 |
| Replies: 0 Views: 1,162 Hello, all
I am having some difficulty in a part of a macro where I want to insert this formula in an Excel spreadsheet.
=IF(TRIM(D12)="REG:",1,0)+IF(E12,1,0)
When executed, one of the... |