Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you try changing the numberformat to general first?
#DIV/0 wrote: Hi Dave, Thanks for your response but I'm afraid the wording in my post makes the problem sound like formatting, but if you look at my reply to Gary's Student you'll see that's not quite it. -- David M WinXP - Office2003 (Italian) "Dave Peterson" wrote: I'm not sure how you're doing it, but make sure you format the destination cell before inserting the value. with activesheet.range("a1") .numberformat = "General" 'or what you want .value = me.combobox1.value 'or whatever end with If this doesn't help, what are you putting into the cell? #DIV/0 wrote: I'm pretty sure I read the solution to this but after searching for ages can't find it so sorry if this is a repeat... I'm placing values into a worksheet from a userform and the only way I can get them to take the format of the destination cell is by double-clicking then pressing enter. Isn't there any way of forcing this ? -- David M WinXP - Office2003 (Italian) -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Forcing cell with user function to update on workbook open? | Excel Programming | |||
forcing refresh links | Excel Discussion (Misc queries) | |||
forcing excel to update the Cell Link when copying Combo Boxes | Excel Worksheet Functions | |||
Date in cell to update upon Pivot Table refresh | Excel Programming | |||
Forcing users to update spreadsheets | Excel Discussion (Misc queries) |