A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

hiden cells copied automatically to another workbook, can I stop .



 
 
Thread Tools Display Modes
  #1  
Old April 19th, 2010, 07:19 AM posted to microsoft.public.excel.worksheet.functions
Fred
external usenet poster
 
Posts: 1,451
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  
Old April 19th, 2010, 07:22 AM posted to microsoft.public.excel.worksheet.functions
Jacob Skaria
external usenet poster
 
Posts: 5,952
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  
Old April 19th, 2010, 08:40 AM posted to microsoft.public.excel.worksheet.functions
ozgrid.com
external usenet poster
 
Posts: 328
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?


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:06 PM.


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