Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Today, I have this strange problem of dim. I don't have this problem before.
If I run the following program, variable d would automatically round up to an integer. This happens to me any variable that I put at the end of the dim statement if I have two or more variables. Sub Button1_Click() Dim a, b, c, d As Long a = Range("c3") b = Range("c3") c = Range("c3") d = Range("c3") Range("c5") = a Range("c6") = b Range("c7") = c Range("c8") = d End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CHANGE THE RIBBON AFTER THE INSTALLATION OF ADDIN "MOREFUNC" | Excel Discussion (Misc queries) | |||
Excel Service error "cannot connect to external data source" | Excel Discussion (Misc queries) | |||
I am receiving "prepare for installation" message when I try to . | Excel Discussion (Misc queries) | |||
Difference between a Service Release and a Service Pack? | Excel Programming |