Hi,
This is not VB programming par se. Am working on MS Excel to display project progress thru some icons. A MS Excel formula is displaying cell content or had coded text, but not images/icons embedded in the worksheet. So I am trying my hand at coding it thru Microsoft Visual Basic and running a macro.
Can anyone please give me the proper verbiage for a simple If-Else statement which has the following logic:
If cell A1 > 50%,
cell A10 will display Icon X
Else cell A10 will display icon Y
This is a bit urgent.
Thanks!
This is not VB programming par se. Am working on MS Excel to display project progress thru some icons. A MS Excel formula is displaying cell content or had coded text, but not images/icons embedded in the worksheet. So I am trying my hand at coding it thru Microsoft Visual Basic and running a macro.
Can anyone please give me the proper verbiage for a simple If-Else statement which has the following logic:
If cell A1 > 50%,
cell A10 will display Icon X
Else cell A10 will display icon Y
This is a bit urgent.
Thanks!
Comment