Search results 306

Sorted from new to old.
Card image
SheetDelete_ANmar

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

Card image
RunFromShared

Check is this VBA-Excel file is running from a shared folder (Starts with \\) ...

Card image
CellSave_Hyperlink

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

Card image
FixPath_Word

Fixes the path for a given folder, PC or Mac by adding separator only if ...

Card image
WorkbookClose_ANmar

Closes a workbook, checks if it is already open first, works for workbooks ...

Card image
InternationalComma

Convert an international numeric with , instead of . Into American style . ...

Card image
AmIMobile

Check if browser is for a mobile or tablet, or not. This was before we have ...

Card image
ExportSheets_to_1PDF

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

Card image
Ask4Folder

Asks user for a folder, starting with certain folder

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

Card image
ImageRotate_IrfanView

Rotates an image using irfanview (i_view32.exe attached) Rotated image can be ...

Card image
CustomExcelMenu - FaceIDs

How to create custom Excel menu, this one shows the IDs and icons of 20 icons, ...

Card image
WorkbookSaveAsk_ANmar

Asks user to save file (or workbook) using GetSaveAsFilename method. Returns ...

Card image
WorkbookOpenAsk_ANmar

Asks user to browse to a file and return full path and file name if they do, ...

Card image
CreateZipFiles_7Zip

Create zip from list of files listed in List_of_Files separated by comma. The ...

Card image
CutString1

Cuts a string from a string starting from a specific character index and until ...