LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default decap names from transferred data

Only with VBA

Sub Proper()
Dim Cell As Range
Application.ScreenUpdating = False
For Each Cell In ActiveSheet.UsedRange
Cell.Formula = Application.Proper(Cell.Formula)
Next
Application.ScreenUpdating = True
End Sub


Gord Dibben MS Excel MVP

On Tue, 11 May 2010 09:00:01 -0700, Attman68
wrote:

I wanted to sharpen my question a bit. I'm trying to apply PROPER to my
entire Excel table. Right now, I'm doing one column at a time, but I'd like
to find a way to select the entire table and have the PROPER function apply
proper text capitalization to any data field that has such text. Is there a
way to do that? Thanks!

"goathead" wrote:

How do I decap names that come across in all capital letters when I transfer
data.
I am usinga csv format.


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to have data transferred as it is typed onto another wrksht nhboyer Excel Worksheet Functions 0 February 22nd 07 07:39 PM
custom color palette does not get transferred with the workbook. Excel 2003 libra2222 Excel Discussion (Misc queries) 3 December 2nd 05 01:02 AM
setting transferred text as constant Tonto Excel Discussion (Misc queries) 1 October 26th 05 11:01 PM
Excel files transferred to XP system trp754 Excel Discussion (Misc queries) 2 March 30th 05 03:31 PM
Can I have info on first tab transferred to subsequent tabs? Jaime P Excel Worksheet Functions 3 February 8th 05 03:17 PM


All times are GMT +1. The time now is 10:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"