Will A Hyperlink To A Hidden Page Or Section Work

Nov 20, 2007

I am looking to publish some workbooks to the masses as a mht (single web file), but I had a couple of questions before I did that:

Is it possible to have a hyperlink to a hidden or very hidden page in the same workbook?

or

Is it possible to hide some rows and have the hyperlink unhide those rows when selected?

Also, will the areas be exposed when opening the .mht?

View 9 Replies


ADVERTISEMENT

Unable To Get The Highlighted Section To Work

Sep 23, 2009

I am editing a Macro from a guy that has left my work and I am unable to get the Highlighted Section to work. In Section 'Paste Values & Formats it appears to work fine until it get down to Selection.PasteSpecial.Paste = x1PasteValuesAndNumberFormats and it throws you out. Is this because the Macro is generating a new workbook….?

In regards to the other sections; I am unsure if it does or does not work because every time I go down to it in Debug mode it highlights it as an error…

Sub Generate_Statements()

'Declare Variables
Dim i As Long, SMax As Long, SPath As String, fso As New FileSystemObject, file As file, statement As Workbook
Dim forma As Workbook, macro As Workbook, OldVar As Long, social As Long, rng As String, rng2 As Range....................

View 9 Replies View Related

Entering Specific Number To Effect Number Section On Another Page

Jan 8, 2014

I am working on a concrete pour summary, I would like to have the specific codes on each tab be affected from one summary page. So when I enter a certain number on sheet 1 , it will affect that same number section that is on a different sheet. It will be adding a certain amount to that code section every time its entered. What functions need to be used to make this work..?

View 6 Replies View Related

Entering Specific Number To Effect Number Section On Another Page?

Jan 8, 2014

I am working on a concrete pour summary, I would like to have the specific codes on each tab be affected from one summary page. So when I enter a certain number on sheet 1 , it will affect that same number section that is on a different sheet. It will be adding a certain amount to that code section every time its entered. What functions need to be used to make this work..?

View 3 Replies View Related

Macro: Section And Closed/fixed Section

May 25, 2007

I'm trying to create a macro to help me with a running issues list. I what to be able to have an issues column and a fix coulumn. Then I'll have an open issues section and closed/fixed issues section. all issues that do not have any Information and date in the fix colum will stay in the open section unitl the fix is entered and then when I run my macro it will move any open issues that have data in the fixed column to the closed section)

View 2 Replies View Related

Hyperlink With Hidden Sheet

Oct 21, 2011

In a sheet I have a two hyperlinks with Sheet4 and Sheet5. when I am clicking on first hyperlink then the sheet4 is opening and when I am clicking on the other hyperlink then sheet5 is opening. But if I hide these two sheets it is not opening,

Is there any way so that hide sheets should be opened? will I have to write code for that?

View 2 Replies View Related

Hyperlink To Hidden Sheets

Apr 5, 2013

I have a total of 15 sheets on my excel documents. I've hidden 10 (5 sheets will be shown) of those sheets so i can hyperlink to them from the sheet called "The plan". The name of the hidden sheets are called:

"Week 1"
"Week 2"
"Week 3"
"Week 4"
"Week 5"
"Week 6"
"Week 7"
"Week 8"
"Week 9"
"Week 10"

On "The plan" I have hyperlinked the words to the corresponding sheets then I hid the sheets, now the hyperlinks don't work. What should I do?

View 2 Replies View Related

VBA Doesn't Work When Sheet Is Hidden

Dec 25, 2013

I have below macro for Sheet2 and i have created a button on Sheet1.now whenever i press this button the macro will run and save Sheet2 as PDF file.

The problem is when i hide Sheet2 the macro doesnt work and it gives an error " Invalid procedure call or argument.

how to make this macro run even when the sheets are hidden ?

Sub PDF_Table()
'Sheet2.PageSetup.PrintArea = "$a$1:$x$140" '*****
'*** can remove the above line if sheet areas are already set and will not be altered
With Sheet2.PageSetup
.CenterHorizontally = True
.CenterVertically = True
.Orientation = xlPortrait
.Zoom = 60

[code]...

View 2 Replies View Related

Populate Section With Information On Top Row Of Section

Apr 2, 2014

Refer to the "Example" file I have uploaded. Basically I want to turn table on the left to something similar to the table on the right by adding an additional column to put in card number related to the transaction in each row, so I have information of the transaction and its corresponding card number in the same row.

Example.xlsx‎

View 7 Replies View Related

Checkbox In One Section Triggers NA In Other Section?

Jun 3, 2014

I have a checklist that I need to have do some different things.

I have two "sections" - not really sections but paragraphs so to speak. On each first line I have a checkbox. Now if the user checks "section" 1, I need the checkbox to change to NA for the "section" 2 first line.

View 1 Replies View Related

How Can I Make A Macro Work To Hidden Sheets?

Aug 21, 2009

OR can I? I get a "Run Time Error '1004' Select Method of Worksheet Class Failed"

Is there anyway around this?

Basically all the sheets are hidden from the user except for the Entry sheet. They input there data on there and then they press a send command button which then needs to copy that information to a hidden sheet. This is where the problem occurs.. Thought maybe their was a way around that or do I need to unhide the sheets during the macro and then rehide them again?

View 13 Replies View Related

Rewrite Protect Code So That It Will Work With A Hidden Sheet.

Aug 25, 2009

I need this code below to work in a macro on a hidden sheet.. FYI the sheet name is "Closed".

View 2 Replies View Related

Hyperlink Doesn't Work

Feb 5, 2010

I have a hyperlink to [url] that doesn't work. When I click it I get an error saying "Unable to locate the server or proxy server". But when I cut & paste the address from the hyperlink into my browser (no chance of mistyping), it works fine.

View 11 Replies View Related

Hyperlink Base Does Not Work

Mar 7, 2012

I have entered this value into a cell on my worksheet. It is referencing a cell in another worksheet on a shared drive on my network.

='\servershare$[doc1.xls]Sheet1'!$A$1

All is fine until I re-open the document, whereby it has changed to:

='\serverusers$share$[doc1.xls]Sheet1'!$A$1

I have been advised to set the hyperlink base as \servershare$

...but this clearly does not work.

View 4 Replies View Related

Edit Hyperlink To Work In New Location

Apr 7, 2014

I have a workbook that links to other workbooks, in short people add data in the "other" workbook and the new workbook, we'll call "over see" automatically updates to show this data as it is add. The problem I have at the moment is there are hyperlinks in column H in the "other" workbooks that I need to also automatically transfer/update into the "over see" workbook. When I copy pasted or linked the workbook by having each cell equal the corresponding cell in the "other" workbook(s), the hyperlink lost the first half of its code. When I tried to creat a macro to fix this, code below, it only works for the first hyperlink, all links are different, but with my current macro, they all become the same.

Macro attempt 1: [Code] ....

View 2 Replies View Related

List All Hidden Page Field Items Of All Pivot Tables In Workbook

Nov 20, 2009

I am trying to write a list of pivot table page filter pivot items to the Immediate window - but only hidden items. The code below should do the job where the active sheet is a pivot table.

However when I change the page filter pivot items being hidden, the pivot items returned by the macro don't change. It seems to assume that all pivot items are hidden when in fact it may be only one or two. It will work though for pivot row items (pvt.RowFields) and pivot column items (pvt.ColumnFields) where the user changes them.

Does the pf.HiddenItems collection work for RowFields and ColumnFields but not PageFields? If so, is there a pivot field object that reliably holds hidden pivot items residing in the page filters?

Sub ListHiddenPageFilterPivotItems()

Dim wb As Workbook
Set wb = ThisWorkbook
Dim ws As Worksheet
Set ws = wb.ActiveSheet
Dim pvt As PivotTable
Dim pf As PivotField
Dim pi As PivotItem

View 8 Replies View Related

7 Day Work Schedule - Display On One Page

Dec 2, 2012

I am working on an easy to read worksheet for my employees. i have a multi-page schedule that i would like to display on one page, i can make this work using the IF function, how ever i would need to display names not the time they work, how to make this work, i have attached and example sheet of sheet 1 and sheet 2. I am trying to take sheet 2 into sheet three to display names, if they are off to display nothing.

View 1 Replies View Related

Clicking On Hyperlink Not Redirect To Correct Page

Mar 26, 2013

In my excel file, I have a cell with a hyperlink which points to an intranet portal. When I copy the hyperlink and paste it in the browser's address bar, the site opens. But when I directly try to open from the excel, by clicking on the cell, it redirects to a wrong URL and eventually does open the site.

View 1 Replies View Related

Hyperlink Pivot Page Field Control

Mar 16, 2013

Any working example of using a rollover hyperlink to set 2 pagefield controls?

I am trying to use the code below as a basis, but without success.

changing pivot table filters from data validation

View 5 Replies View Related

Excel 2007 :: Hyperlink Not Work With Cell Protected

Oct 24, 2012

Excel 07

I inserted a hyperlink into a cell that goes to a web page. It works when the sheet is NOT protected, as soon as I protect the sheet it stops working. How do can I lock the workbook and that cell so nobody can change it but the hyperlink still work?

View 2 Replies View Related

Hyperlink In Excel Cell To Locate PDF File With Specific Page Or Topic?

Apr 3, 2014

I need hyperlink to pdf (as this is given in one block how to give hyper link to pdf file).

I want to give give pdf hyperlink in in excel to locate the pdf file with specific page or topic number in pdf file (like pdf file name is 'ABC' and page number '10')

Can i give this type of specific link in excel?

View 1 Replies View Related

Page Break Preview It Shows The Page Numbers In The Centre Of The Page

Jun 9, 2009

When I view a sheet under Page Break Preview, it shows the Page numbers in the centre of the Page. While I am aware that it would not print the page number I was wondering if there is an option to remove/hide the page numbers.

View 3 Replies View Related

Format All Cells In All Sheets To Protection Hidden On Visible And Hidden Tabs

Feb 28, 2014

I am trying to format all cells on all sheets (hidden or otherwise) as "Locked" so when the sheets are protected the user can't see the formulas. This macro individually selects every sheet in the book and applys the formatting. Is there a way to modify this code to accomplish the same thing without having it actually select every sheet? The only reason it is an issue is that after running the macro you end up on the last sheet in the book.

View 7 Replies View Related

Workbook Copying (all Hidden, Unhidden, And Very Hidden)

Jun 30, 2007

im looking for a basic macro for workbook copying, all workbook(all hidden, unhidden, and very hidden) sheets.

i know how to do unhidden sheets of course however the hidden and very hidden are giving me some trouble...i need to also copy over all the macro's, buttons, and drop down box's as well..not just values.

View 4 Replies View Related

Sum For Section In Month

Apr 2, 2007

I want when I choice the section name,The report will display only selected section sales.

I have tried the function " SUMPRODUCT", But it's display all sales regardless section name.

View 6 Replies View Related

Extract Section Of Cell To Another?

Oct 6, 2011

I am wanting to select a section of a cells data, which can be shown in a selected cell using a formula i.e

AB1350309280000768436000076843

In the example above I want to exclude the first 8 digits and the last 1 from cell A1 and show it in B1

View 3 Replies View Related

Highlighting The Auto Sum Section

Oct 7, 2008

When autosuming a section of a column, is it possible to conditional format a highlight of the 'autosumed section' so i can visually see where it is at all times?? (i.e. so when i autosum, automatically a highlight will appear over the autosumed section)

View 9 Replies View Related

Create A Help Section In A Workbook

Aug 5, 2003

I want to include a help section in a workbook I created. I need something more than just a MsgBox ;-)

I'd like it to be like the windows' help that you have everywhere.

View 9 Replies View Related

Copying A Section Of Another Workbook

May 26, 2006

I am creating a spreadsheet that takes data from the previous week's spreadsheet - it's a weekly report. Using vba how can I access and copy a specific range of data from one worksheet on the previous week's workbook to a range in the new week's workbook. The data in the previous week's workbook is formulas, and I'm not sure how it could affect it, but I only need the values calculated and not the formulas to be transferred. I would also prefer it if the other workbook did not open in excel, so that it happens without any changes on the screen.

View 6 Replies View Related

Changing Section Of Link In Formula?

Jan 20, 2014

It's a new year, which means new tables and lists. I have a list of 450 People with a reference to their own individual file. They all receive a new file at the start of the new year that I Need to be able to reference in a new list. Here's an example

Joe Bloggs has a cell next to his Name referencing

[Code] .....

In 2014 Joe will have 'Bloggs 2014.xls' as will 449 of his friends, each named individually. The only part that changes from 2013 to 2014 is the date in the Name of the file. Can I somehow just Change that one part of the link without having to manually relink everything?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved