Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have selected data from a workbook that is automatically updated to another
workbook. It also copies the hiden cells, can I stop the hidden cells from automatically be copied? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Why dont you post the macro which you are currently using.
-- Jacob (MVP - Excel) "Fred" wrote: I have selected data from a workbook that is automatically updated to another workbook. It also copies the hiden cells, can I stop the hidden cells from automatically be copied? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sub CopyVisible()
Sheet1.UsedRange.SpecialCells(xlCellTypeVisible).C opy 'YOU WILL HAVE PROBLEMS WHEN PASTING End Sub -- Regards Dave Hawley www.ozgrid.com "Fred" wrote in message ... I have selected data from a workbook that is automatically updated to another workbook. It also copies the hiden cells, can I stop the hidden cells from automatically be copied? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I stop excel from automatically highlighting cells? | Excel Discussion (Misc queries) | |||
Stop auto modify of copied cells | Excel Discussion (Misc queries) | |||
How to Stop Reformat When Cells Are Copied | Excel Discussion (Misc queries) | |||
How do I stop mouse from highlighting cells automatically | Excel Discussion (Misc queries) | |||
How to stop Excel from automatically selecting cells? | Excel Discussion (Misc queries) |