LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 852
Default Write to other sheets cells and include Cells.SpecialCells(xlCellTypeComments)

With this line of code working just fine, how do make it include cell comments when it writes to the other sheets.

Sheets(UCase(varCheck(n, m)) & shName).Cells(Rows.Count, 1) _
.End(xlUp)(2).Resize(2, 8) = .Cells(n + 1, 1).Resize(2, 8).Value


I guess there needs to be a reference to:

Cells.SpecialCells(xlCellTypeComments)

but I have not been able to blend it in.


Regular Range.Copy Destination works but writing to a range does not.

Thanks,

Howard
 
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
Sum of a range of cells that include cells using LOOKUP klocascio Excel Worksheet Functions 3 November 3rd 09 05:45 PM
Use Selection.SpecialCells for cells with a particular value? h2fcell Excel Programming 6 September 28th 08 12:52 PM
The total of a couple cells and only include one of the cells if Jennifer Excel Discussion (Misc queries) 3 April 18th 07 07:43 AM
SpecialCells - no cells selected jims2994 Excel Programming 0 March 27th 07 11:53 PM
.Cells.SpecialCells(xlLastCell) Simon Shaw Excel Programming 8 May 5th 05 11:46 PM


All times are GMT +1. The time now is 08:31 PM.

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"