GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   how to create 1st letter of every word capital ? (https://gfy.com/showthread.php?t=1037229)

cooldude7 09-07-2011 11:02 PM

how to create 1st letter of every word capital ?
 
in word or in excel

i have about 489 lines with data and i want to create 1st letter of every word capital ..

how can i do that ?

help needed.

thanks for your time.

DBS.US 09-07-2011 11:11 PM

http://www.gpcbathinda.org/Templates/gpc/pclab.jpg

mattz 09-07-2011 11:20 PM

a simple search brought up this page with codes...not sure if it will help

http://php.net/manual/en/function.ucfirst.php

cooldude7 09-07-2011 11:22 PM

Quote:

Originally Posted by mattz (Post 18410862)
a simple search brought up this page with codes...not sure if it will help

http://php.net/manual/en/function.ucfirst.php

thanks , i am already working on it.,

L-Pink 09-07-2011 11:23 PM

Quote:

Originally Posted by cooldude7 (Post 18410865)
thanks , i am already working on it.,

Careful, don't get carpal tunnel from the shift key.

.

Tempest 09-07-2011 11:25 PM

use editplus.. then select all the text and press Ctrl+Shift+U.

cooldude7 09-07-2011 11:28 PM

Quote:

Originally Posted by Tempest (Post 18410868)
use editplus.. then select all the text and press Ctrl+Shift+U.

just downloading., i was doing something with this http://www.php.net/manual/en/function.ucwords.php

cooldude7 09-07-2011 11:30 PM

Quote:

Originally Posted by Tempest (Post 18410868)
use editplus.. then select all the text and press Ctrl+Shift+U.

damn, this is the best motherfucker application., work done.,

i love you., thanks for saving me from coding.:thumbsup

cooldude7 09-07-2011 11:34 PM

just noticed its called capitalize and found something

http://office.microsoft.com/en-us/wo...010210665.aspx

sucks i am using office xp.

Tempest 09-07-2011 11:37 PM

Quote:

Originally Posted by cooldude7 (Post 18410874)
damn, this is the best motherfucker application., work done.,

i love you., thanks for saving me from coding.:thumbsup

Yep, editplus rocks.. Been using it for many years.

seeandsee 09-08-2011 12:51 AM

there is no such option in word? strange

cooldude7 09-08-2011 12:53 AM

Quote:

Originally Posted by seeandsee (Post 18410977)
there is no such option in word? strange

yes there is "capitalize each word"

http://office.microsoft.com/en-us/wo...010210665.aspx

Mr Pheer 09-08-2011 02:46 AM

Use Ultra Edit, highlight the text then hit F5

Or just go here, paste the shit in the window and hit the correct button.
http://textmechanic.com/Letter-Case-Converter.html

ottopottomouse 09-08-2011 03:51 AM

Capitalising Every Word Makes For The Most Horrible Text To Read.

Mr Pheer 09-08-2011 06:41 PM

You're welcome :)

PromoterX 09-08-2011 08:35 PM

Code:

Sub Proper_Case()

'This will make the first letter of the text within any selection of
'cells uppercase.

For Each x In Selection
x.Value = Application.Proper(x.Value)
Next

End Sub

Why re-invent the wheel.... codes out there for the taking people.

cooldude7 09-08-2011 09:58 PM

Quote:

Originally Posted by ottopottomouse (Post 18411237)
Capitalising Every Word Makes For The Most Horrible Text To Read.

those text lines are just for titles...

cooldude7 09-08-2011 10:07 PM

Quote:

Originally Posted by Mr Pheer (Post 18411161)
Use Ultra Edit, highlight the text then hit F5

Or just go here, paste the shit in the window and hit the correct button.
http://textmechanic.com/Letter-Case-Converter.html

thanks a lot. :thumbsup

cooldude7 09-08-2011 10:09 PM

Quote:

Originally Posted by PromoterX (Post 18413675)
Code:

Sub Proper_Case()

'This will make the first letter of the text within any selection of
'cells uppercase.

For Each x In Selection
x.Value = Application.Proper(x.Value)
Next

End Sub

Why re-invent the wheel.... codes out there for the taking people.


i am kind of new in coding so, this is a bot ccomplicated for me.,

thanks for your reply.

96ukssob 09-08-2011 10:11 PM

holy christ, can't believe no one has answered this...

assume cell A1 has the following text "blah blah blah i like cock."
the formula in cell B2 =proper(A1) will = "Blah Blah Blah I Like Cock"

mikephat 09-08-2011 10:28 PM

in word:

Select text,
Format -> Change Case -> Title Case

harvey 09-08-2011 10:41 PM

http://www.beyondtv.org/nato/crap/capitalismrocks.jpg

Doug E 09-09-2011 01:24 AM

op wants word or excel but for anybody looking for a css option..

text-transform: capitalize;


All times are GMT -7. The time now is 10:58 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc