K
keawee
Hello,
I have a question about VBA in Excel. I received from Access of the
data that I insert in Excel. I use a formula with a IF like below. I
place it in the B24 cell then I recopy it in an automatic way to cell
IV24 but I cannot use in IF for saying if I have anything, I do
anything if not make calculation and frames the cell by a border.
Code:
--------------------------------------------------------------------------------
IF(B5="";"";b14*100/b22)
--------------------------------------------------------------------------------
How to do in VBA this:
I place myself in the B24 cell, If B5 and empty then I do anything if
not I make B14*100/B22 and I put a border at my cell then I shift of a
cell, I place myself in C24 and if C5 is empty I do anything if not I
make C14*100/C22 then I frame my cell and so on.
I would like to make a procedure which automatically starts reception
of the data of Access.
Could you help me on this problem.
Keawee
I have a question about VBA in Excel. I received from Access of the
data that I insert in Excel. I use a formula with a IF like below. I
place it in the B24 cell then I recopy it in an automatic way to cell
IV24 but I cannot use in IF for saying if I have anything, I do
anything if not make calculation and frames the cell by a border.
Code:
--------------------------------------------------------------------------------
IF(B5="";"";b14*100/b22)
--------------------------------------------------------------------------------
How to do in VBA this:
I place myself in the B24 cell, If B5 and empty then I do anything if
not I make B14*100/B22 and I put a border at my cell then I shift of a
cell, I place myself in C24 and if C5 is empty I do anything if not I
make C14*100/C22 then I frame my cell and so on.
I would like to make a procedure which automatically starts reception
of the data of Access.
Could you help me on this problem.
Keawee