Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have several spreadsheets in a workbook with colums A to K Column 'A' DOES NOT have info in every line How would I select only the lines in column A that DO have info in them so that I can paste a link to another spreadsheet in the workbook Thank you for any help -- Martin ©¿©¬ |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Martin,
Am Fri, 23 Sep 2016 17:20:23 +0100 schrieb Martin ©¿©¬: Hello, I have several spreadsheets in a workbook with colums A to K Column 'A' DOES NOT have info in every line How would I select only the lines in column A that DO have info in them so that I can paste a link to another spreadsheet in the workbook Select column A = Find & Select = Go to Special = Constants or with VBA: Dim rngC As Range With Sheets("Sheet1") For Each rngC In .Range("A:A").SpecialCells(xlCellTypeConstants) 'Your code Regards Claus B. -- Windows10 Office 2016 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I COLLECT TEXT DATA FROM A COLUMN | Excel Worksheet Functions | |||
A little VBA help please: collect row value not column | Excel Worksheet Functions | |||
Marco to copy and paste column as well as edit link | Excel Programming | |||
PASTE LINK option not available when I select PASTE SPECIAL to link an image in Excel to a Word document. | Links and Linking in Excel | |||
Paste Link enters a 0 into the cell where I paste. How do I elemin | Excel Discussion (Misc queries) |