#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 46
Default Hide & Copy

1- How can i hide the original sheet background (Rows&Cells) i want it
look white sheet.

ToolsOptions
select the "View" page and uncheck the Gridlines check box.
in VBA ActiveWindow.DisplayGridlines = False

2-How can i copy the same formula for cell to another?

select the formula from the formula bar
Copy and hit Enter select the cell you want the formula in and paste.
in VBA select the cell where the formula is
and if the formula should go in to B2 then
Range("B2").Formula = ActiveCell.Formula

HTH
Cecil

"abds2000" wrote in message
...
Hey all,

I have two questions,

1- How can i hide the original sheet background (Rows&Cells) i want it
look white sheet.

2-How can i copy the same formula for cell to another?

Thanks in Advance.



------------------------------------------------
Message posted from http://www.ExcelTip.com/

-- View and post Excel related usenet messages directly from

http://www.ExcelTip.com/forum
-- Hundreds of free MS Excel tips, tricks and solutions at

http://www.ExcelTip.com/
------------------------------------------------



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 you hide/un-hide the grid lines ED Excel Discussion (Misc queries) 4 February 26th 13 03:22 PM
Hide Formula & Allow Copy MFS Excel Discussion (Misc queries) 1 April 17th 10 06:17 PM
Want to Hide columns in spreadsheet but NOT hide data in chart. KrispyData Charts and Charting in Excel 1 March 20th 09 04:45 PM
Hide Rows - copy and paste only rows that show Access101 Excel Worksheet Functions 3 March 1st 06 12:39 AM
How do I hide a worksheet in Excel and use a password to un-hide . Dchung Excel Discussion (Misc queries) 3 December 2nd 04 06:24 AM


All times are GMT +1. The time now is 12:05 PM.

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"