screen

  1. P

    Excel page not changing when set before screen updating to false in VBA

    Hey Guys Looking for some help as not that expereinced with VBA, i've created a consent form for clients to fill in and that data then gets recorded, there are several pages and each step is recorded step by step as to stop it all being down in one go, i found this was a quicker way to do...
  2. M

    Hyperlink to a cell - not a simple solution

    All - Hi! I know how to add a hyperlink to send the cursor to a particular cell. However I need to position that cell in a certain location on the screen. The spreadsheet is really wide - and incorporates a Freeze Panes to ease horizontal scrolling. When I hyperlink to the first cell in the...
  3. T

    VBA - can I stop screen updating when activating different workbooks?

    I have set Application.ScreenUpdating = False And, it turns off screen updating except for one thing. When i activate a different workbook (with Windows(bo).Activate) the screen changes to that different workbook. Since this is within a loop, it is happening many times. And, this...
  4. A

    Printing cells with conditional formatting

    Hi All - OK - I got a baffling problem. I have a conditionally formatted cell that "shows" a title if another cell has a value in it or appears "blank" if there is no value in that other cell. The "blank" is just a white font selection. Here's the issue - on the screen it is working...
  5. S

    Jumping screen problem.

    Hi Guys, Been searching all over and not finding very little about this problem. I have a spreadsheet I keep all my business data in, been using it quite a while. Suddenly it has developed a problem where each time I click on a different cell the screen jumps around and tries to center the...
  6. T

    VBS newbies...

    We are trying to write a script that opens Internet Explorer into a webpage that acts like a DOS screen. We then need to begin typing into said webpage. Below is the beginning code we have managed to make but it does not make the IE screen the current active screen to begin typing into and we...
  7. D

    VBA Import cells from a closed workbook

    Hi all, I have spent hours searching through past threads to try and come up with a solution but I have failed and I'm not good at VBA. So your help would be greatly appreciated. I am trying to import a range from a closed workbook into an open workbook. This is what I have so far: Sub...
  8. S

    vba - code to hide not carry out action if any cell in range is blank

    Hi all Firstly thanks for everyones help previously. Greatly appreciated and helps my knowledge no end. In Range"C16" - if it contains a value i.e. - "XXX" then y screen resizes. There is code of Application.ScreenUpdating = TRUE After this, I do not want anything updated if cells C17:c20...
  9. B

    Excel Userform Screen boundary

    I have a file that launches several userform with images when opened which serves as a reminder to the critical part of the task. I have 5 reminders to be exact and I want it to be visible all the time. I have already managed to fix the close button but my problem now is that user can move the...
  10. A

    Filter ALT D F F Screen Moves left

    Is there any way that I apply filter on the excel and the screen does not move to the left.
  11. M

    Filtering Data for specific #'s - Code works in VBA screen but not using a "button"

    Hello, I have a spreadsheet that I need to filer for a specific set of #'s each time. The code works great when I run the Macro from the VBA Screen, but I am unable to get it to work using a button in excel. It skips over this portion of the coding for some reason. Set rng = Sheet2.Range...
  12. S

    Replacing excel 2016 green splash screen

    Is there a way that can help me replace the default green splash screen with a userform while opening a file in excel 2016
  13. F

    vba assistance

    hi the following code works wonders although before creating a blank new sheet for pasting the screen grab it brings the wrong date and time. what amendment is required to ensure the exact current time date is changed before the screen copy to paste in a new sheet this is the code:- Option...
  14. L

    HELP - Adjusting Worksheet Viewable Size to fit Smaller Monitors

    On my user's screen I want to show the (A1:V37) range of cells in Worksheet1 The Width of (A1:V37) is 977 pixels The Height of (A1:V37) is 642 pixels If the users monitor size => 977X642 then everything works perfect - Scaling is 100% - (A1:V37) is centered on screen and offsets (Top:Left) are...
  15. F

    Screen refresh

    Struggling to see screen refresh on gauges Have vba code that on click of button waits 3 seconds then changes specific cell value then waits and again changes value The actual cells change but the needle on gauge doesn’t move whilst code running it will change when code finishes to reflect...
  16. M

    Centreing and maximising userform

    How can I make sure that my userform (a) fills the screen, and (b) is in the centre?
  17. S

    Splash screen that won't Unload

    I've created a splash screen that opens when the workbook opens as planned, but does not unload after the required 3 seconds, it just stays open and does not seem to call the Sub that should close it. I'm using the code Application.OnTime Now + TimeValue("00:00:03"), "UnloadSplash" , and...
  18. S

    Linking to an area within another sheet

    I am trying to make a summary sheet link to other sheets within the workbook via the use of a hyperlink. Within the different sheets, I have certain headings which I would like to link to. The way I have gone about this is to designate the cell with a name and then use that name as the hyperlink...
  19. gornalgremlin

    Overhang picture over freeze panes

    Does anyone have any suggestions as to how I could set an image to overhang a frozen pane? have a column that I need to highlight with an arrow image, ideally I would like the arrow to span over a frozen panes so that it doesn't move as the screen is scrolled, the top half is fine, but the...
  20. P

    Protected sheet don’t update screen

    Hi I have a sheet for Work In Progress stocktaking. The sheet is protected except for cells in which order number are typed. Using ENTER or TAB brings you down to the next cell for typing, in between typing cells are 10 rows with lots of lookup (Index,Match). Problem is reaching bottom row on...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top