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 General
combining row values into one cell while filter is active
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Don Guillett, post: 7393385"] or Sub OneCell() Dim c As Range Dim ms As String For Each c In Range("a2:a22").SpecialCells(xlCellTypeVisible) If c <> "" Then Range("f1") = Range("f1") & c & "," Next c End Sub [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel General
combining row values into one cell while filter is active
Top