You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

VBA to Parse HDL .dat files into Excel

edited Apr 20, 2017 7:58PM in HCM Integrations

Summary

This VBA Code allows you to parse the .dat file into Excel as text and puts each meta data section on individual worksheet tabs for easier manipulation and review of the file.

Content

This VBA will allow easier manipulation of the HDL file in Excel without manually importing the file and parsing it by hand.

Sub FindMetaData()

' FindMetaData Macro
'The purpose of this code is to split out HDL files into seperate worksheets automatically after they are manually parsed
'declare variable types
Dim newWB As Workbook, currentWB As Workbook
Dim newS As Worksheet, currentS As Worksheet
Dim CutRange As Range

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!