Search results 38

Sorted from new to old.
Card image
TeeOpen_ProtectTee + TeeOpen_UnprotectTee

Protect or unprotect a workbook (already open) remotely from another workbook ...

Card image
Unprotect sheet or workbook

Unprotect worksheet (and workbook) using VBA code

Card image
UnMergeFill

Unmerges all merged cells and duplicate cell contents into them. In another ...

Card image
Frm9 - Select workbook (or workbook/worksheet)

Gives your user ability to select a workbook from list of open workbooks within ...

Card image
SheetAdd_ANmar

Adds a sheet to a workbook, after checking if workbook is open Checks if ...

Card image
User-Defined Formatting

Apply special Conditional Formatting, color cells based on their values. This ...

Card image
SheetName

Gets a sheet name by referencing sheet ID or Sheet No This is more likely to ...

Card image
SheetDelete_ANmar

Deletes a sheet from a workbook, checks it is already there first

Card image
CellSave_Hyperlink

Creates a hyperlink to URL or to cell inside a cell in Excel VBA (or delete it). ...

Card image
ExportSheets_to_1PDF

Export multiple sheets as pages in 1 pdf doc. Passing list of sheets as ...

Card image
Shapes-Macros

Read shapes in all worksheets in certain workbook and return list of macros ...

Card image
WelcomeSheet

A User-Friendly way to ask user to enable macros. Showing an only sheet to let ...

Card image
FixENTERS_File

Removes [Enter]s from imported csv file into Excel worksheet. Smart enough to ...

Card image
Import_CSV

Import the CSV file, DOES NOT OPEN, Open does not fix encoding issue, import ...

Card image
RowsCount

Get total number of rows for a certain worksheet in certain workbook workbook ...

Card image
MatchIf_ThenDelete

Searches for an item in a column, then if found, delete that cell (not clear, ...