M
MadDog22
Hi,
So I have a column of cells that are the combination of a othe
cells in the row and a result of a few "if functions." The value come
out exactly as planned however in order for the data to be sent to th
DDE server I need to press F2, go the beginning of the cell to inser
an "=" sign and then press enter. I would like a macro to do what
just mentioned and then go down to the cell in the column. I used t
write code using C++, but I'm a little rusty and unfamiliar with VB.
Below is the formula and then the result of the cell. Any informatio
or suggestions would be greatly appreciated!
=(IF(G10>0,"=ANVDdeSrv|"&B10&"!SendOrder"&L10&"NYSE_"&ABS(G10)&"_1_100_"&M10,IF(G10<0,"=ANVDdeSrv|"&B10&"!SendOrder"&L10&"NYSE_"&ABS(G10)&"_1_100_"&N10,)))
ANVDdeSrv|AMD!SendOrder_Sell_NYSE_300_1_100_3.
So I have a column of cells that are the combination of a othe
cells in the row and a result of a few "if functions." The value come
out exactly as planned however in order for the data to be sent to th
DDE server I need to press F2, go the beginning of the cell to inser
an "=" sign and then press enter. I would like a macro to do what
just mentioned and then go down to the cell in the column. I used t
write code using C++, but I'm a little rusty and unfamiliar with VB.
Below is the formula and then the result of the cell. Any informatio
or suggestions would be greatly appreciated!
=(IF(G10>0,"=ANVDdeSrv|"&B10&"!SendOrder"&L10&"NYSE_"&ABS(G10)&"_1_100_"&M10,IF(G10<0,"=ANVDdeSrv|"&B10&"!SendOrder"&L10&"NYSE_"&ABS(G10)&"_1_100_"&N10,)))
ANVDdeSrv|AMD!SendOrder_Sell_NYSE_300_1_100_3.