Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a worksheet for manual entry via Excel, and
although I clicked the Gridlines box in Page Setup/Sheet, the only gridlines that print are around lines that contain content (at this time only the title row). I know that I can print all lines & cells with gridlines, but I don't know how. Please advise. TIA |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a worksheet for manual entry via Excel, and
although I clicked the Gridlines box in Page Setup/Sheet, the only gridlines that print are around lines that contain content (at this time only the title row). I know that I can print all lines & cells with gridlines, but I don't know how. Please advise. TIA You will print gridlines when you have rows with content. Blank cells included! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike,
Am Tue, 22 Oct 2013 07:48:17 -0700 schrieb Mike Copeland: Is there some way an Excel file can be created with non-displaying "dummy rows" that print the sheet's gridlines even when they're "blank"? (Or is there some other sort of "trick" at play here?) TIA print without gridlines Select your data table from A1 to the end = Conditional Formatting = Use Formula .... = Formula = =Len($A1)0 and choose the expected border lines for format. So you have only lines if there are values in A Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike,
Am Tue, 22 Oct 2013 09:47:17 -0700 schrieb Mike Copeland: I have a sample of such a worksheet that has this, and the entire sheet's gridlines show even though there is no data in any of the cells - it's an empty form, that's all. I'm trying to recreate this form on my system (Office 2003) and my wife's (Win7 & Office 365). (I can't get this to work on either system...) please have a look: https://skydrive.live.com/#cid=9378A...121822A3%21326 for the workbook "Borders" There are borders in it if cells in column A are filled Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Mike,
Am Tue, 22 Oct 2013 18:55:38 +0200 schrieb Claus Busch: https://skydrive.live.com/#cid=9378A...121822A3%21326 for the workbook "Borders" download the file with a rightclick. In Skydrive .xls is not supported and the borders look thicker than in the real sheet. Then you can put the cursor into the table and select Conditional Formatting to see the formula and the formatting. Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok.., I thought you were trying to simulate gridlines in a designed
form layout! My bad!! I suspect you have not defined your Print_Area, and so no gridlines show in PrintPreview (with Gridlines checked in the Sheet tab of PageSetup). In order to print default gridlines you must have a defied Print_Area! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article , says...
Ok.., I thought you were trying to simulate gridlines in a designed form layout! My bad!! I suspect you have not defined your Print_Area, and so no gridlines show in PrintPreview (with Gridlines checked in the Sheet tab of PageSetup). In order to print default gridlines you must have a defied Print_Area! Well, I have it working. Not sure it's "legal", but I (1) clicked Gridlines and (2) placed a blank in each Column A cell down the page. This "kludge" produced what I needed. Thanks to all who offered help. 8<}} Well that's not a good idea because those cells now contain false values! If you simply set your Print_Area all will work as expected... -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com |
#12
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article , says...
In article , says... Ok.., I thought you were trying to simulate gridlines in a designed form layout! My bad!! I suspect you have not defined your Print_Area, and so no gridlines show in PrintPreview (with Gridlines checked in the Sheet tab of PageSetup). In order to print default gridlines you must have a defied Print_Area! Well, I have it working. Not sure it's "legal", but I (1) clicked Gridlines and (2) placed a blank in each Column A cell down the page. This "kludge" produced what I needed. Thanks to all who offered help. 8<}} Well that's not a good idea because those cells now contain false values! If you simply set your Print_Area all will work as expected... Understood. However, the purpose was only to produce a form to be used for manual data entry, so there's no risk of the worksheet being used within Excel. (I thought the whole project was going to be easier than in, say, Word - not sure it was...8<}} --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com |
#13
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Understood. However, the purpose was only to produce a form to be
used for manual data entry, so there's no risk of the worksheet being used within Excel. (I thought the whole project was going to be easier than in, say, Word - not sure it was...8<}} Understood! Frankly, I have no use for Word as there's nothing I can't do in Excel that could be done in Word. That said, I think you chose well to do this in Excel as it's much better suited (IMO) for designing forms. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com |
#14
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Monday, October 21, 2013 at 9:58:19 PM UTC-4, Mike Copeland wrote:
I'm trying to create a worksheet for manual entry via Excel, and although I clicked the Gridlines box in Page Setup/Sheet, the only gridlines that print are around lines that contain content (at this time only the title row). I know that I can print all lines & cells with gridlines, but I don't know how. Please advise. TIA I know well after the fact, but I figured it out. Left click and drag over the entire sheet, then go up to the box w/grids and click on the one that shows all of the lines. |
#15
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Monday, October 21, 2013 at 8:58:19 PM UTC-5, Mike Copeland wrote:
I'm trying to create a worksheet for manual entry via Excel, and although I clicked the Gridlines box in Page Setup/Sheet, the only gridlines that print are around lines that contain content (at this time only the title row). I know that I can print all lines & cells with gridlines, but I don't know how. Please advise. TIA There is a trick I have used to do exactly what you are trying to do. Determine how many rows and columns you want, go to the very last cell in the bottom right corner, type any letter, then highlight the letter and change it's type color to white. It becomes invisible, but because there is content in the last cell, all the gridlines will print. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I print a blank spreadsheet with gridlines | Excel Worksheet Functions | |||
Gridlines on partial sections of sheet | Excel Discussion (Misc queries) | |||
How to create sheet without gridlines? | Excel Discussion (Misc queries) | |||
In Excel, gridlines won't print--File,PageSetup,Sheet,Gridlines-- | New Users to Excel | |||
remove sheet gridlines permanetly | Excel Programming |