Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 361
Default Paste Special a string value

I have the following piece of code:

ActiveCell.Offset(1, 0).Value = strA

Is there anyway of populating the cell with the value of StrA as a
pastespecial values? Because StrA has a different format (font and size)
than where it is being posted to.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default Paste Special a string value

I think your options are to either format the "to" cell or use the copy
method to capture the "from" cell format.

"carl" wrote:

I have the following piece of code:

ActiveCell.Offset(1, 0).Value = strA

Is there anyway of populating the cell with the value of StrA as a
pastespecial values? Because StrA has a different format (font and size)
than where it is being posted to.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 361
Default Paste Special a string value

I thought as much.

Thanks anyway.

"JLGWhiz" wrote:

I think your options are to either format the "to" cell or use the copy
method to capture the "from" cell format.

"carl" wrote:

I have the following piece of code:

ActiveCell.Offset(1, 0).Value = strA

Is there anyway of populating the cell with the value of StrA as a
pastespecial values? Because StrA has a different format (font and size)
than where it is being posted to.

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
Paste and Paste Special No Longer Working - Excel 2003 SheriJ Excel Discussion (Misc queries) 2 January 15th 09 09:23 PM
Automating copy/paste/paste special when row references change Carl LaFong Excel Programming 4 October 8th 07 06:10 AM
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. stan-the-man Excel Worksheet Functions 7 June 14th 06 08:10 PM
How do I capture user paste action and convert to Paste Special DonC Excel Programming 0 November 19th 04 01:43 PM
Dynamic Copy/Paste Special Formulas/Paste Special Values Sharon Perez Excel Programming 3 August 7th 04 09:49 PM


All times are GMT +1. The time now is 07:13 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"