+ Reply to Thread
Results 1 to 16 of 16

Business Info Not Copying on Job Sheets Invoice and Proposal

  1. #1
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Business Info Not Copying on Job Sheets Invoice and Proposal

    Hi,

    Groups 20 and 30 of textboxes aren't being copied to new job sheets with VBA.

    On the Admin sheet there is a selected to add new sheets with Job numbers. When I add new sheets for some reason the business addresses (group 20 and 30 of textboxes) aren't showing on the Invoice or Proposal of the Job sheets.

    Can someone see why these aren't being copied over?

    The Copysheet has the groups which is the source sheet to be copied over.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I tried loading your workbook here and received an error message the workbook is corrupt and unable to load.

  3. #3
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    What can I do?

  4. #4
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I closed it then saved a new version.

    Does this help?
    Attached Files Attached Files

  5. #5
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    Still same issue.

    I attempted to repair the workbook during the opening process but was unsuccessful.


    It is always best to maintain a copy of any workbooks you highly depend upon. When Excel decides to die, having a backup copy is always a life saver.

    From personal experience, the only thing you can do now is to re-write the entire workbook from scratch. DO NOT copy and paste because you'll end up
    copying and pasting the corrupt portions as well.

  6. #6
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    Is it possible that since I have 365 it is the issue? I have no issues opening on 3 different computers.

  7. #7
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I ran into issues trying to run previously built projects in the 365 environment.

    Do a search for Excel 2013 (or whatever version it actually is) won't run in Excel 365. There is a small "trick" Microsoft released that helps.

  8. #8
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    This was developed in 365 and is what I am using now.

  9. #9
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    Guess you'll need to re-write the entire workbook.

  10. #10
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I unhid all columns on copysheet and then ran the duplicate code.

    Now all textbox groups appear.

    I will leave all columns on Copysheet unhidden since this seems to fix the issue at hand.

  11. #11
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    Ok ... you have a start to the issue ... unhiding the columns. Look at the code in that area and see if you can pinpoint
    what might be the issue. Is there a line of code the requires the columns to be visible ?

  12. #12
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I don't know:

    Please Login or Register  to view this content.

  13. #13
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    Within Copysheet there are these codes to show only certain columns:

    Please Login or Register  to view this content.

  14. #14
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,015

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I'd try doing away with the following :

    Application.ScreenUpdating = False
    Application.ScreenUpdating = True
    ActiveSheet.Protect
    ActiveSheet.Unprotect


    See what happens on a COPY of the workbook. ...

  15. #15
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    I have a solution that should work. I inserted code to unhide all columns prior to copying in the code.

  16. #16
    Forum Contributor
    Join Date
    02-26-2023
    Location
    Lousianna
    MS-Off Ver
    Microsoft 365
    Posts
    944

    Re: Business Info Not Copying on Job Sheets Invoice and Proposal

    It would be better if you can open workbook to see what is happening. I need the protection to prevent editing of certain cells.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Load Invoice From Invoice Items and Invoice List sheets
    By billy60 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-02-2023, 08:26 AM
  2. Replies: 4
    Last Post: 05-11-2020, 05:11 PM
  3. How to create business invoice thr vba codes
    By anmol786 in forum Excel General
    Replies: 2
    Last Post: 10-22-2014, 11:01 PM
  4. Print Invoice by pulling info from database by selecting Invoice Number
    By Swapnil Panchal in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 11:21 AM
  5. Replies: 2
    Last Post: 01-18-2006, 11:00 AM
  6. Replies: 1
    Last Post: 08-19-2005, 05:05 PM
  7. WHERE CAN I GET A BUSINESS PROPOSAL OR A BUSINESS EXPENSE SHEET?
    By FELICITA ROSALES in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-18-2005, 05:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1