Excel VBA Change last two digits of a number -


i´m trying make number change last 2 digits zero.

in excel, in cell sure number higher 100. let´s assume number 26312. want number changed 26300. example, if number 14920,

i want changed 14900. post code truth i´m not succeding in anything. appreciate help!

done it!

i used this:

range("u19").select activecell.formular1c1 = "=if(len(r[-12]c[-1])=5,left(r[-12]c[-1],3)&""00"")+0" 

i want cell change appear in u19. cell containing original number in t7


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -