Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dave glynn
 
Posts: n/a
Default inserting quotation marks

I want to insert quotes in front of text in 1280 cells that already have
values in them. Is there an easy way to do this with a macro.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

Select those cells

Dim cell

For Each cell In Selection
cell.Value = """" & cell.Value
Next cell


--

HTH

RP
(remove nothere from the email address if mailing direct)


"dave glynn" wrote in message
...
I want to insert quotes in front of text in 1280 cells that already have
values in them. Is there an easy way to do this with a macro.



  #3   Report Post  
dave glynn
 
Posts: n/a
Default

Thanks Bob

Kind regards

Dave

"Bob Phillips" wrote:

Select those cells

Dim cell

For Each cell In Selection
cell.Value = """" & cell.Value
Next cell


--

HTH

RP
(remove nothere from the email address if mailing direct)


"dave glynn" wrote in message
...
I want to insert quotes in front of text in 1280 cells that already have
values in them. Is there an easy way to do this with a macro.




Reply
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
Y-axis tick marks in middle of chart? Ed Charts and Charting in Excel 6 May 26th 05 01:16 PM
Use quotation marks in a formula to display a qty in feet and inc. Jose Excel Worksheet Functions 1 May 12th 05 04:18 PM
How do I concatenate text that actually contains quotation marks? Excel Distress Excel Worksheet Functions 3 April 15th 05 02:23 PM
Excel Quotation Marks! MaxFrance Excel Discussion (Misc queries) 6 March 29th 05 10:45 AM
Inserting Footer - Ajit Ajit Munj Excel Discussion (Misc queries) 2 March 11th 05 02:39 PM


All times are GMT +1. The time now is 05:08 AM.

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

About Us

"It's about Microsoft Excel"