Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Excel Select All Visible Merged cell then Spread Cell Data
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Bernie Deitrick, post: 6348857"] rtwiss, Dim myS As Worksheet Cells.ColumnWidth = 11 Cells.RowHeight = 17 Set myS = ActiveSheet Sheets.Add(Type:="Worksheet").Name = "New Sheet" myS.Range("A1").CurrentRegion.Copy 'Or other code to pic up all the cells that you want to copy Sheets("New Sheet").Range("A1").PasteSpecial _ Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=True HTH, Bernie MS Excel MVP [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Excel Select All Visible Merged cell then Spread Cell Data
Top