
VBA to hide cells in excel - Microsoft Community
Aug 11, 2014 · VBA to hide cells in excel I am tyring to create macro that will hide cells depending on what data is in the cell. I am currently using this and it is working but I want to be able to …
how do I hide rows - Microsoft Community
Apr 30, 2024 · Hi Liz. I am an Excel user like you. To hide a row or rows 1. select the row or rows you want to hide by clicking on the row numbers at the left of the screen. 2. right click inside …
VBA macro to hide/unhide rows based on values in a range
Dec 19, 2014 · Hi! What I'd like to do, is for excel to automatically (without calling the menu to run the macro) apply the following to a certain worksheet: if a cell D1 = "PL" (it's a dropdown …
VBA Code Adjustment for Auto-Locking Cells - Microsoft …
Dec 11, 2019 · VBA Code Adjustment for Auto-Locking Cells Hi, I'm a complete novice at VBA code. I am designing a spreadsheet which will be used by "users" and "administrators". The …
Hiding zero values in multiple columns - Microsoft Community
Jun 29, 2011 · I have a macro that will hide any rows in a range that have a zero value in a particular column.. Application.ScreenUpdating = False Dim r As Range, cell As Range On ...
How to prevent text from spilling over the cell border?
How to prevent the text from cells to spill over adjacent cells? I know i can use "wrap text" but it changes the height of the cells and i don't want to change the cells size. I just want to hide the …
Macro to Hide and Unhide Rows based on cell values
Feb 10, 2021 · Macro to Hide and Unhide Rows based on cell values I found this code from someone else and tried to modify it to my needs. I have never messed with macros before so …
Defining a range of cells in a VBA hide/unhide column function
Jan 24, 2011 · It a value of "--" appears in a given cell of row 4, it will hide a column. If something else is inputted (from a dropdown list) a column will appear dynamically and show the result of …
Excel: Repeat a MAX formula in a column with periodically …
Aug 20, 2024 · You might use a combination of XLOOKUP and OFFSET, but OFFSET is a so-called volatile function: it is recalculated whenever Excel calculates. INDEX is only …
Excel borders not printing - Microsoft Community
Nov 23, 2019 · Excel borders not printing When will Microsoft solve this problem? Microsoft has accepted my subscription to Office 365, but has not solved this significant problem. Why not?