DORSETRIGS
Home

save-as (4 post)


posts by category not found!

Looping through cells in a column for file names to SaveAs

Automating File Saves Looping Through Cells for File Names in Excel VBA Are you tired of manually saving multiple files in Excel Ever wished you could loop thro

2 min read 04-10-2024 49
Looping through cells in a column for file names to SaveAs
Looping through cells in a column for file names to SaveAs

Opening and Saving new Workbooks - VBA

Mastering Workbook Management in VBA Opening Saving and Data Transfer Creating manipulating and saving workbooks is a fundamental task in Excel VBA While seemin

2 min read 06-09-2024 46
Opening and Saving new Workbooks - VBA
Opening and Saving new Workbooks - VBA

Create filename using the UserForm text box with VBA in Word

Creating a Dynamic Filename using User Form Text Box in VBA for Word When working with VBA in Microsoft Word its common to want to automate tasks such as saving

3 min read 02-09-2024 63
Create filename using the UserForm text box with VBA in Word
Create filename using the UserForm text box with VBA in Word

Is there a VBA method for extracting the original server path of an Excel file when working from a local temp file

Extracting the Original Server Path of an Excel File in VBA Have you ever worked with an Excel file opened from a network server and needed to know its original

3 min read 30-08-2024 63
Is there a VBA method for extracting the original server path of an Excel file when working from a local temp file
Is there a VBA method for extracting the original server path of an Excel file when working from a local temp file