Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 90
Default hiden cells copied automatically to another workbook, can I stop .

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default hiden cells copied automatically to another workbook, can I stop .

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 464
Default hiden cells copied automatically to another workbook, can I stop .

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
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
How do I stop excel from automatically highlighting cells? Kyle E Excel Discussion (Misc queries) 3 April 3rd 23 01:18 PM
Stop auto modify of copied cells Eric Excel Discussion (Misc queries) 3 June 11th 07 10:54 PM
How to Stop Reformat When Cells Are Copied Strong Eagle Excel Discussion (Misc queries) 1 April 30th 06 02:42 AM
How do I stop mouse from highlighting cells automatically Tibber60 Excel Discussion (Misc queries) 0 April 24th 06 02:39 PM
How to stop Excel from automatically selecting cells? geekgirl33 Excel Discussion (Misc queries) 1 July 5th 05 11:50 PM


All times are GMT +1. The time now is 04:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"