Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you all for your replies. Unfortunatley I am still having problems. I
pasted the codes (seperately) into the 'create macro' section, selected the whole of my spreadsheet (as it is a mail merge doc all in uppercase) and tried to run it but nothing happened. I am doing something really wrong? Sorry but i really know nothing about macros. Please help! Thanks "bigwheel" wrote: This is relatively straightforward as there is a worksheet function available =PROPER(text) so coding this in VBA just needs a slight modification:- newText = Application.WorksheetFunction.Proper(ActiveCell.Te xt) ActiveCell.Offset(0, 1) = newtext "Tania" wrote: I am just learning the wonders of macros but wouldn't have a clue how to write the code! If possible can somebody please write me a code to change text from uppercase to proper case. I would really appreciate it. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count colored cells? | Excel Worksheet Functions | |||
color coding | Excel Worksheet Functions | |||
VBA Code | Excel Discussion (Misc queries) | |||
Convert number into words | Excel Discussion (Misc queries) | |||
reminder notifications in a column | Excel Discussion (Misc queries) |