dianemarie
Instructor
Hello, I often go back and forth between using fixed decimals. The recorded macro to turn on the fixed decimal option looks like this (minus comments):
Sub ToggleDecimal()
Application.FixedDecimal = True
End Sub
I had it set up to toggle back and forth but I just got a new hard drive and I can't remember how it's done. I know it was easy, I got the code from a book. Anyone know how? Thank you.
Sub ToggleDecimal()
Application.FixedDecimal = True
End Sub
I had it set up to toggle back and forth but I just got a new hard drive and I can't remember how it's done. I know it was easy, I got the code from a book. Anyone know how? Thank you.