dshoanghuongson
New Member
- Joined
- Sep 11, 2011
- Messages
- 4
I would like to use Dec2Bin function in vba for edit Macro
eg:
Sub Macro1
x = 11
v = Dec2Bin (x)
Range("D3").Select
ActiveCell.FormulaR1C1 = v
End Sub
But the Macro when compile indicate error
What should I do for the best result.
dshoanghuongson
eg:
Sub Macro1
x = 11
v = Dec2Bin (x)
Range("D3").Select
ActiveCell.FormulaR1C1 = v
End Sub
But the Macro when compile indicate error
What should I do for the best result.
dshoanghuongson