Forum Replies Created

  • Mitch Youngs

    Member
    January 6, 2023 at 9:22 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    Isaac or anyone else trying to figure out the VBA code feel free to ask questions.

    One thing I did want to mention is that this specific code has logic to figure out if it is a Bid Item (100) or sub item (100.01) so it needs to create a new sheet because it has run out of available rows. Also, I tend to use tables in excel so I can reference data by column name instead of hard coding.

    I have a simpler form with only adding a few cells of data and not much logic in it if you want me to share that one.

  • Mitch Youngs

    Member
    January 6, 2023 at 3:44 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    Try this out. I made it work with just the template file and macro-enabled excel. Tip there is javascript on formatting my fields for template so after you open the fdf hold down the tab key and it will reformat the text in each cell.

  • Mitch Youngs

    Member
    January 5, 2023 at 6:31 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    I have a few questions on what you want to do.

    Are the form fields the same every time you see the Pdf?

    Are you creating the form/forms initially or is there information you need to preserve in form fields?

    If the flow just from Excel -> Bluebeam or do you need to pull information from the form later?

  • Mitch Youngs

    Member
    January 6, 2023 at 2:00 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    Honestly I run all of my macros from an add in I made so none of my excel documents are macro-enabled. I’m trying to make work in a zip folder to upload here so that you can open and run it without changing a bunch of code. For now here is the code that i think has all of what you would need to reference and the template pdf but i’ll upload something better in a bit.

    This file was truncated for preview. Please download to view the full file.
  • Mitch Youngs

    Member
    January 6, 2023 at 1:18 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    I got it to upload.

  • Mitch Youngs

    Member
    January 5, 2023 at 7:05 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    Here is a screen recording of what my code does and my workflow if that helps.

  • Mitch Youngs

    Member
    January 5, 2023 at 6:48 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    I’m just trying to figure out what code to send to you that would be most helpful.

  • Mitch Youngs

    Member
    January 5, 2023 at 6:44 pm in reply to: Visual Basic coding, Cells to Form Fields export
    Points: 313
    Rank: UC2 Brainery Newbie UC2 Brainery Newbie Belt Rank

    Do you need to create multiples of this form at one time?

    The way mine is set up i generate multiple pdf’s (about 150ish) from a template and rename them with vba then create all of the fdf files with vba that match the pdf’s.