Skip to content

A VBA script designed for importing, manipulating, and dynamically updating data, while automating the process of refreshing pivot tables.

Notifications You must be signed in to change notification settings

NickP0/VBA-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Importing, Manipulating Data and Updating Pivot Tables

This script is designed for importing and manipulating .csv files from Ramp. It categorizes the data into separate subtotals. The script also includes functionality to automatically update pivot tables whenever changes are made to the data source.
Feel free to make any changes that suit your needs

  • Ensure that the Excel workbook containing the VBA script is enabled for macros.
  • Update the worksheet names in the script as needed to match the specific worksheet names in your Excel workbook.
    • I have left worksheet names as empty strings; "" - please amend as needed.
  • Customize the criteria for categorizing the data into subtotals according to your needs.
  • Consider creating buttons in your Excel workbook to run the relevant procedures.

About

A VBA script designed for importing, manipulating, and dynamically updating data, while automating the process of refreshing pivot tables.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages