Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have a formula that is working well in a cell that I need to convert to VBA code. Here is the ordinal cell formula broken out logically: IF(G216="", E216&IF(C216="", IF(D216="", "", ", "&D216), IF(D216="", ", "&C216, ", "&C216&" & "&D216)), G216) Here is the conversion from cells to TextBoxes: C216 = TextBox2 D216 = TextBox3 E216 = TextBox4 G216 = TextBox6 I need to put the result of this formula into TextBox7 Any help would be most appreciated. TIA =Minitman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting formulas to code | New Users to Excel | |||
converting cell formulaes to code | Excel Worksheet Functions | |||
Automatically Converting Formula in a Cell to its Value at the End of the Day | Excel Worksheet Functions | |||
Converting cell contents to a formula | Excel Worksheet Functions | |||
Converting code to R1C1 format | Excel Programming |