Previous in Forum: Non-linear Analysis Using Abacus Software   Next in Forum: An Exercise in Efficiency for Code
Close
Close
Close
7 comments
Rate Comments: Nested
Power-User

Join Date: Feb 2011
Location: Shimurali, Westbengal,India
Posts: 119

How I Show Only Cells of Excel

03/26/2013 4:08 AM

I wrote formulas and logical expressions in excel for a calculation. Also user may input data directly to few specified cells. Now I want to make a window and place the excel background to hide all sides of excel window and show only the cells. How I can do it using java script or else? Please help me.

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru

Join Date: Jun 2010
Posts: 1296
Good Answers: 104
#1

Re: How I Show Only Cells of Excel

03/26/2013 9:48 AM

1. To get rid of the toolbars, go View, Toolbars, and un-check all the boxes.

2. To get rid of sheet formatting, go Tools, Options, then on the View tab. On the View tab page, you can un-check row and column headings, grid lines, etc.

These 2 items leave you with just a Window. You don't really need to, but I suppose you could write a macro or VBA code to accomplish this.

Register to Reply
Guru
Hobbies - DIY Welding - Don't Know What Made The Old Title Attractive... Popular Science - Weaponology - New Member United States - US - Statue of Liberty - 60 Year Member

Join Date: Apr 2009
Location: Yellowstone Valley, in Big Sky Country
Posts: 7425
Good Answers: 295
#2

Re: How I Show Only Cells of Excel

03/26/2013 10:20 AM

If I have located cells with values that I don't wish to be seen where I can't hide the row/column, I sometimes switch the text color of those cells to white.

I usually try to make calculation and constant value cells in the same row. That way the row can be unhidden for easier editing, hidden for general use.

__________________
Semper Ubi Sub Ubi
Register to Reply
Guru
Engineering Fields - Mechanical Engineering -

Join Date: Sep 2009
Posts: 1651
Good Answers: 71
#3

Re: How I Show Only Cells of Excel

03/26/2013 11:40 AM

You can write your formula cells on another page and have the first page refer to them. This way your front page only shows what you want it to.

Drew K

__________________
Question: What is going on with the American's Government? Response: Who is John Galt?
Register to Reply Score 1 for Good Answer
Guru
Engineering Fields - Civil Engineering - Member

Join Date: Mar 2011
Location: ''but, don't we get PAID to ask questions?...''
Posts: 1661
Good Answers: 17
#4

Re: How I Show Only Cells of Excel

03/28/2013 11:50 PM

The responses to your post are each very good, but there is yet at least one other way that might also be valuable, as well.

First, consider resizing all the columns you want to hide by changing their widths to zero.

Then, consider similarly resizing all the rows you want to hide by also changing their heights to zero.

All that's still showing is the cells that you want to show.

Then, try experimenting with each alternative, and/or combinations of alternatives, to find what suits your purposes best.

In any case, come back and tell us how it all works out.

__________________
''illigitimi non carborundum...''(i.e.: don't let the fatherless (self-deluding,sabotaging, long-term-memory-impaired, knee-jerking, cheap-shotting, mono-syllabic, self-annointed, shadow-lurking, back-biting, off-topic-inquisitors) grind you down...)
Register to Reply
Guru
Engineering Fields - Civil Engineering - Member

Join Date: Mar 2011
Location: ''but, don't we get PAID to ask questions?...''
Posts: 1661
Good Answers: 17
#5
In reply to #4

Re: How I Show Only Cells of Excel

04/01/2013 11:44 PM

And, I should also clarify that all the original contents of each cell are all still there, and still accessible, by reversing the sequence and changing the ''zeroed'' columns and rows back their original widths of 8.43 and original heights of 12.75 (or, say, 9 by 13, or whatever non-zero values you happen to prefer). Try it and see for yourself.

__________________
''illigitimi non carborundum...''(i.e.: don't let the fatherless (self-deluding,sabotaging, long-term-memory-impaired, knee-jerking, cheap-shotting, mono-syllabic, self-annointed, shadow-lurking, back-biting, off-topic-inquisitors) grind you down...)
Register to Reply
Guru
Philippines - Member - New Member Engineering Fields - Instrumentation Engineering - New Member Engineering Fields - Control Engineering - Who am I?

Join Date: Oct 2006
Location: Northern Mindanao, Philippines
Posts: 2147
Good Answers: 53
#7
In reply to #5

Re: How I Show Only Cells of Excel

05/21/2013 8:14 AM

One of the tricks I teach people is to have cells with the text in the same color as the cell's fill color. That way, the cell looks empty. To keep the contents of that cell safe, I use the protect feature so that you can't type into the cell.

regards,

Vulcan

__________________
Miscommunication: when what people heard you say differs from what you said. Make yourself understood.
Register to Reply
Guru

Join Date: Dec 2010
Posts: 1895
Good Answers: 44
#6

Re: How I Show Only Cells of Excel

04/02/2013 2:56 PM

The forms function of Excel is designed for such a purpose.

Use the wizard included with Excel (dependent on version) to allow the user to enter data into selected fields without actually using the spreadsheet. Link the form entry and results to your spreadsheet...like this (click).

Put daisies and/or puppies in the background to make it user friendly.

Register to Reply Score 1 for Good Answer
Register to Reply 7 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

bigg (1); cuba_pete (1); Doorman (1); Drew K (1); MR. Guest (2); Vulcan (1)

Previous in Forum: Non-linear Analysis Using Abacus Software   Next in Forum: An Exercise in Efficiency for Code

Advertisement