Login|Contact Us
Question and Answer

Microsoft Office

Ask a Microsoft Office Question, Get an Answer ASAP!

  • Ask A Question
  • Browse Answers
  • Meet The Experts
  • How JustAnswer Works

Hi, I just finished building my menus around the sheets we

 

Customer Question

Hi, I just finished building my menus around the sheets we were working on and I find that there are some problems with the buttons after I made a single change by Adding ONE row.

Please ask for the file for your reference

- For the Print Buttons, the last line - Desserts: Crumb cake seem to come up on every page even though its value is zero

- The Drivers button doesn't work at all

- All the checklist buttons do not work

The only change I did, was added a new menu item in Row 35 - Pulled BBQ Chicken. I would hope that all the buttons would still work if I inserted a Row to add a new menu item (or deleted a row for that matter)

Please advise

Thank you

Submitted: 324 days and 3 hours ago.
Category: Microsoft Office
Value: $60
Status: CLOSED
Picture
Expert:  John D replied 324 days and 2 hours ago.

got it

 

Ok let us set up an hour session tomorrow at around 8 pm pacific. Let know when you are online at that time so we can start

 

 

John D41085.0619229977

Customer replied 324 days and 2 hours ago.

Sounds good. Ill confirm the time tomorrow.

Picture
Expert:  John D replied 324 days and 2 hours ago.

ok, till then

 

 

Customer replied 323 days and 2 hours ago.

Hi, so sorry, it's too late by me. Can we do it earlier tomorrow

Picture
Expert:  John D replied 323 days and 1 hours ago.

How about from 3:00 to 3:30 pm pacific tomorrow

Customer replied 322 days and 17 hours ago.

Can we di 2 pm pacific

Picture
Expert:  John D replied 322 days and 14 hours ago.

No I have an engagement until after 2:30

 

 

Customer replied 322 days and 14 hours ago.

Ok, so 3PM it is

Picture
Expert:  John D replied 322 days and 13 hours ago.

Ok good

 

Customer replied 322 days and 3 hours ago.

I am on line now. Are you there?

Picture
Expert:  John D replied 322 days and 2 hours ago.

No I am leaving in a short while

 

You have missed two time slots that I had asigned for you. Not sure what else I can do

 

 

 

 

 

John D41087.0601794329

Customer replied 322 days and 2 hours ago.

I am rally sorry I misse this time. I was really in a bind and couldn't make it. Please understand that I live in NY and work during normal business hours - 9 to 5 om eastern standard. Today it just didn't work out and I am sorry. YEsterday you wanted 11 pm - which is after I go to sleep. Hopefully we can compromise on this. I don't mean to be difficult but you are the only person who can fix this and I have been pleading with you for over 1.5 weeks! Please, I beg you to just look at my sheet and fix the buttons so they work. I told you the problem already with as much detail as I know. PLEASE, I AM BEGGING!!!!!

Picture
Expert:  John D replied 322 days and 1 hours ago.

Half an hour tomorrow at 3:00 pm ok?

 

Tell me ahead of time if you change your mind so I can make use of my time

 

 

 

 

Customer replied 321 days and 15 hours ago.

3pm is 6 pm my time. It will work. thx

Picture
Expert:  John D replied 321 days and 13 hours ago.

Ok

 

Picture
Expert:  John D replied 321 days and 6 hours ago.

I'm ready...

 

 

Customer replied 321 days and 6 hours ago.

I am here

Picture
Expert:  John D replied 321 days and 6 hours ago.

Ok great!

 

Please close all excel files, then open only the last file that I sent you which is:

"PackingSlips12a COMBINED (original).xlsm"

 

 

 

Customer replied 321 days and 6 hours ago.

ok done

Picture
Expert:  John D replied 321 days and 6 hours ago.

Ok now which button and on which sheet are you having an issue with?

 

 

Customer replied 321 days and 6 hours ago.

If you click on the Mon tab. Insert a row in row 35. I will name the new cell A35 - "Wrap:BBQ Chicken". Now all the buttons have problems

Picture
Expert:  John D replied 321 days and 6 hours ago.

give me a speciifc button so I can check the code

 

 

 

Picture
Expert:  John D replied 321 days and 5 hours ago.

Please try to hurry up I have another engagement in 10 mins

 

 

Customer replied 321 days and 5 hours ago.

If you click INVOICE button, the last row of the printed sheet is DESSERT:Crumb Cake - but it is empty and should not appear at all . The same problem is happening for PACK FOR C, PACK FOR I, PLATTERED, NO PACK

Picture
Expert:  John D replied 321 days and 5 hours ago.

I don't know what that button does. I need to review the code...

 

John D41087.9348597569

Customer replied 321 days and 5 hours ago.

Ok. Also the Drivers button does not work properly and all the buttons you created in the ChecklistMon, ChecklistTue, ChecklistWed, ChecklistThur, ChecklistFri will no longer work

Picture
Expert:  John D replied 321 days and 5 hours ago.

Ok looking at that code it is clear that the macro was written for the data structure that is currently on that page (both columns and rows). You must maintain that data structure for the code to work. Any deletion/insertion of rows and columns will affect the macro.

 

Sorry it is not something that can be fixed easily (especially when there are that many macros involved) nor was it a requirement that rows or columns can change

 

 

John D41087.9398048264

Picture
Expert:  John D replied 321 days and 5 hours ago.

Will have to continue at another time as I will be something else soon

 

 

Customer replied 321 days and 5 hours ago.

Ok. Please note that when you originally designed the code for the buttons we did discuss these issues on April 18th and you said at that time you will work it into the code if I need to add or delete a row in the menu section. Please see our correspondence below


Wednesday, April 18, 2012 10:01 AM EST
If I add or delete rows or Columns will it effect the printing? For example I amy want to Delete rows 5 through 9 and I may want to add or subtract menu items between rows 22 and 118. I may also want to add a column when I get a new account (or delete a column when I lose an account). Will all this be possible without effecting the print macro? thx


Your Expert needs more information
From John D
Wednesday, April 18, 2012 10:51 AM EST

The current macro processes the data in rows 21 thru 117. If you want this range to be variable we can have the macro identify the first row of data (say by looking for the word "BOX #" in column A), and the last row of data (say by looking for the word "TOTAL" in column A). That way it will not matter where the data is or how many rows it covers. However, the values in rows 2 and 13 must be in a fixed or predetermined rows

As for the columns we can make the macro automatically determine the last column of data by looking for the last entry in row 1

Hope this clarifies these points

Customer replied 321 days and 5 hours ago.

Here is my response on April 18th you your offer to change the code to enable addition or deletion of menu item rows.

You replied
Wednesday, April 18, 2012 11:02 AM EST
Ok, so please make it possible to add menu items

Picture
Expert:  John D replied 321 days and 5 hours ago.

I just posted a long reply and it appears that it did not get posted....

 

 

Have to go now. Will post it again later this evening

 

 

Customer replied 321 days and 5 hours ago.

ok. thx

Picture
Expert:  John D replied 321 days and 5 hours ago.

It got over ridden (erased) by your repeated postings

 

 

Picture
Expert:  John D replied 321 days and 5 hours ago.

I just wanted to tell you that I do not recall the details of these discussions and had you brought this up at the time I am sure we could have done something about it. But coming back two months later asking for these changes does not sound reasonable

 

SO THE MAIN ISSUE HERE IS THE LATE REQUEST

 

That said, it is clear that the structure of the sheet you privided is close-ended, and hence the macro was created for that structure (i.e. you have data and buttons at the bottom of the list of data which gives the data range limitation)

 

At this point in time to change all the macros to accommodate this request is not something that can be easily done. Due to your late request I have already spent a few hours since you came back with this request and I am sorry I cannot spend any more time like this.

 

 

In order to bring this extended discussion to a conclusion you can make me an offer to make these changes and I will let you know if I can do it and when it can be finished

 

Thank you

 

John D41087.966771331

Customer replied 321 days and 4 hours ago.

Even though you assured me at the time you wrote the original code that my current issue will not be one, I am at your mercy. I have already offered $60 for you to do something that I technically should have paid for already. I will offer you a $60 bonus to fix this. Is that fair?

Picture
Expert:  John D replied 321 days and 4 hours ago.

Ok thanks.

 

Let me make sure I understand it 100% correctly. You want the 6 top buttons on the five weekly sheets to process any number of rows of data on these weekly sheets starting always from row 16 and ending with any row that has the word "TOTAL" in column A (wherever that row is). Correct?

 

Is there anything else needed that I may have missed?

 

 

 

 

 

Customer replied 321 days and 4 hours ago.

It's not just those buttons, it's also the checklist sheets buttons. It should also work if I add or subtract columns a well

Picture
Expert:  yegarboy replied 321 days and 1 hours ago.

I would like to try and help if i may? I see John D has opted out. If you would upload your workbook to me with a set of instructions as to what you want it to do, I will see if i can do it. Cheers

Picture
Expert:  John D replied 321 days ago.

So that means all the buttons on all the 5 weekday sheets and the 5 checklist sheets

 

Will start on it in the morning and will let you know the progress

 

 

 

 

 

 

John D41088.1770692477

Customer replied 320 days and 8 hours ago.

ok thx

Picture
Expert:  John D replied 320 days and 8 hours ago.

I am done with one set of codes. Will try to have it ready tonight or by tomorrow morning

 

Customer replied 320 days and 6 hours ago.

ok

Picture
Expert:  John D replied 319 days and 9 hours ago.

Getting close but not quite done yet

 

One question. Does the menu list on the Drivers sheet have to be 100% identical to the main menu lists on the daily sheets (Mon, Tue, etc), i.e. when you delete or add new rows on the daily sheets, will you be making the corresponding changes on the Drivers sheet so they remain identical?

 

 

 

 

 

 

 

Customer replied 319 days and 8 hours ago.

It does have to be identical. I can add or delete rows in that page if need be

Picture
Expert:  John D replied 319 days and 8 hours ago.

OK thanks

Picture
Expert:  John D replied 319 days and 6 hours ago.

Ok done. However I can do with some more testing. So please let me know when you are ready so I can send it to you

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

John D41090.9141225347

Customer replied 317 days and 12 hours ago.

I will be online all day tomorrow. Let menu know when it works for you Thanks

Picture
Expert:  John D replied 317 days and 11 hours ago.

Ok will send it out today

 

 

Picture
Expert:  John D replied 317 days and 6 hours ago.

Here you go

 

Please go ahead and test all the macro and let me know if any part needs any adjustments

 

http://www.filesharesite.com/files/201206/1341005988PackingSlips12a_COMBINED_revised.xlsm.html

 

Hope this is ok

 

 

Customer replied 316 days and 13 hours ago.

Everything on the Mon tab works.


In the Tue and Thu, Fri tab, when I insert the BBQ chicken in Row 35, and click DRIVERS, dozens of rows that should be hidden appears. Sometimes if I press the DRIVERS button, the drivers sheet appears ok with no extra rows, but if I press the button again, tons of extraneous rows appear


 


 


Also in THU the NO PACK (I think it is misspelled it should be No Pack and NOT No Rack) is printing the wrong sheets. It should be printing All sheets where Row 2 >0 and Row 11 does NOT say Pack. Instead it printing where Row 11 says Pack.


 


In TUE, WED, FRI the NO PACK Button does not work at all



Also, the printing is incredibly slow. Is there anything you can do to speed it up? For example, it took over 5 minutes to print just the pages of the invoice button. thx

Picture
Expert:  John D replied 316 days and 12 hours ago.

Are you adding the BBQ Chicken row in BOTH the TUE and DRIVERS sheets and in the same sequential location as we have discussed earlier? Remember the menus should be 100% identical in both sheets before you can run the Drivers macro

 

 

As for the speed, new routines have been added to the code so the speed should be affected but not that much. You can test the speeds by timing the original version with this new version. Anyhow I don't think anything can be done in this regard

 

 

Customer replied 316 days and 12 hours ago.

Yes, I added in both sheets it so that it is identical.

Picture
Expert:  John D replied 316 days and 12 hours ago.

Please send me that file so I can check it

 

Customer replied 316 days and 12 hours ago.

http://www.filesharesite.com/files/201207/1341245362PackingSlips12a_COMBINED_revised-1.xlsm.html

Picture
Expert:  John D replied 316 days and 11 hours ago.

I ran DRIVERS from Tue and I did not notice any issues. Here is a screenshot of the output

 

graphic

 

 

 

If it woks on the Mon tab it must work on the others because the CODE IS THE SAME FOR ALL TABS. The issue must be in your data. Try to copy the data from the sheet that works to the sheet that does not work and you will see the code does work on the copied sheet

 

Diagnosing issues like that could take a whole day (and there are some 36 procedures in this program) and I am sorry I do not have the time for that at the moment. Have already spent over four hours on the new code in addition to several hours on these 30+ messages. If you are not happy with the code I don't think there isn't much more we can do. Unless you want me to work on time basis

 

 

 

 

 

John D41092.6984473032

Customer replied 316 days and 11 hours ago.

Ok, how about the NO PACK buttons?

Picture
Expert:  John D replied 316 days and 11 hours ago.

Will check them if I can see at least an interim compensation for my time

 

 

 

 

 

 

Picture
Expert:  John D replied 316 days and 11 hours ago.

BTW I am assuming that the new work is substantially completed. If you don't think so let me know

 

 

 

 

 

John D41092.720008831

Customer replied 316 days and 10 hours ago.

Yes. Thx

Picture
Expert:  John D replied 316 days and 10 hours ago.

Just letting you know that nothing came through.(in this new JA system you need to click the rating button instead of the usual accept button)

 

Thanks

 

Customer replied 316 days and 10 hours ago.

I try clicking the rating button, but nothing works

Accepted Answer

Picture
Expert:  John D replied 316 days and 10 hours ago.

It could be site related issue.

 

Could you try one of the buttons that show up in this message

 

 

 

Expert TypeBachelor's Degree
Category: Microsoft Office
Pos. Feedback: 95.5 %
Accepts: 383
Answered: 7/2/2012

Experience: Bachelor of Science - Engineering Consultant

Ask this Expert a Question >
Picture
Expert:  John D replied 316 days and 10 hours ago.

Got it. Thanks

 

Customer replied 316 days and 10 hours ago.

thx. Looking forward to getting the NO PACK buttons fixed

Picture
Expert:  John D replied 316 days and 10 hours ago.

Will start on it as soon as I finish the job on hand

 

Picture
Expert:  John D replied 316 days and 9 hours ago.

Please check the NO PACK buttons on all 5 sheets and let me know if there are still any issues with that macro (or with anything else)

 

http://www.filesharesite.com/files/201207/1341255263PackingSlips12a_COMBINED_revised_a.xlsm.html

 

Customer replied 316 days and 9 hours ago.

I checked, and the NO PACK buttons on tue, wed, thu & Fri do not work still

Picture
Expert:  John D replied 316 days and 8 hours ago.

Again this is a DATA issue. If you copy your Mon sheet to Tue or to Wed etc you will see that the NO PACK button does work on that data.

 

Remember the NO PACK macro prints only the columns that have:

 

- a number greater than 0 in row 2

AND

- blank in row 11

 

So you need to check your data in Tue, Wed to make sure these criteria exist on these sheets

 

 

Customer replied 316 days and 8 hours ago.

you are 100% right! I got it now, thx

Picture
Expert:  John D replied 316 days and 8 hours ago.

Great!

 

Let me know if there is anything else that needs fixing so we can be bring this to a successful conclusion

 

Customer replied 316 days and 6 hours ago.

I just plugged your code into my spreadsheet (the one I sent you originally) and everything works except the drivers button. I get the following error


Run Time Error shows up. Then a prompt to Debug shows up. When I click debug the following line is highlighted yellow - sh2.Cells(k, v + 1) = sh2.Cells(k, v + 1) + sh1.Cells(m, c)

Picture
Expert:  John D replied 316 days and 6 hours ago.

Could you send me that file please, and tell me sheet is the one in question

 

 

 

 

Customer replied 316 days and 6 hours ago.

http://www.filesharesite.com/files/201207/1341265804FreskoMaster_JOHN.xlsm.html

Customer replied 316 days and 6 hours ago.

IF you click on MON and click on the Drivers button, you will see the error

Picture
Expert:  John D replied 316 days and 6 hours ago.

Again that is a DATA issue

 

The program adds the number of meals for each menu. So it expects that the table associated with the menus has numbers that can be added. However in cell AG40 on 'Mon' you have entered text data (i.e. "NO CURRY!") in that cell so obviously the sum formula will not work

 

Remove any text from your quantity table and you should be good to go

 

 

Hope this helps. Please do not forget to use complete the balance payment as agreed last week

 

Thank you

 

 

Customer replied 316 days and 6 hours ago.

Ok. Thanks! The only issue is that the print buttons take so long to print. When I click INVOICE it takes 7 minutes to print 30 pages. Are you sure there is nothing you or I can do to speed it up?

Picture
Expert:  John D replied 316 days and 6 hours ago.

Yes but I asked you to check the time it takes to print the same data using the original version as compared with this version

 

 

Customer replied 315 days and 11 hours ago.

Hi, I am testing the printing in my office and it takes absolutely forever to print this. Can I pay you to do something to make it print faster??

Picture
Expert:  John D replied 315 days and 11 hours ago.

Ok I will look into I will see I can find an enhacement to speed up printing, provided iof course it is not something that is related to your system reources and/or printer. Cannot promise but I will try

 

In the meantime please don't forget to settle the balance of last project so we can conclude that part

 

Thanks

 

 

 

 

John D41093.7055479514

Picture
Expert:  John D replied 315 days and 9 hours ago.

Let me know what you intend to do

 

 

Customer replied 315 days and 9 hours ago.

How do I get you the balance , the feedback buttons don't work. I definitely want you to make this thing faster

Picture
Expert:  John D replied 315 days and 9 hours ago.

Ok could you scroll up to the message that you have rated/accepted yesterday, you should see an Add Bonus button there. Let me know if you don't

 

 

Picture
Expert:  John D replied 315 days and 9 hours ago.

Got it, thanks.

 

Which button(s) on the 5 weekday sheets is printing too slow?

 

 

Customer replied 315 days and 9 hours ago.

All of them.

Picture
Expert:  John D replied 315 days and 9 hours ago.

Ok will see what I can do

 

 

Picture
Expert:  John D replied 314 days and 23 hours ago.

I have been trying and testing various approaches to achieve optimal running time and I think I am coming up with a combination involving Filters (instead of hiding rows) and Manual Calculation which looks quite promising. Need to test it more throughly and modify the rest of the code to work with the new approach

 

I don't think I will able to do much work on it tomorrow but I should be able to send you something on Thursday

 

 

 

 

Customer replied 314 days and 17 hours ago.

K. Thx

Picture
Expert:  John D replied 313 days and 9 hours ago.

Ok please check the output to make sure the filtering and the manual calculation are not affecting the results

 

http://www.filesharesite.com/files/201207/1341515509PackingSlips12a_COMBINED_revised-enhanced_a.xlsm.html

 

Hope the speed is ok now

 

 

Customer replied 313 days and 7 hours ago.

I tried the button and got the following error:

Compile error: Named argument already specified

Picture
Expert:  John D replied 313 days and 7 hours ago.

It would help to mention which button, which sheet, which line of code gets highlighted in yellow when you click the Debug button

 

Customer replied 313 days and 7 hours ago.

All the print buttons on Mon, Tue, Wed, Thu, Fri

Picture
Expert:  John D replied 313 days and 7 hours ago.

hmm.. which line of code gets highlighted in yellow when you click the Debug button

 

 

Customer replied 313 days and 7 hours ago.

Customer replied 313 days and 7 hours ago.

I just sent you a screen shot

Picture
Expert:  John D replied 313 days and 6 hours ago.

Tested it now on two systems and it's working fine on both. I hope this is not another Mac related issues?

 

Please test it on a PC and I hope it will work for you

 

 

Picture
Expert:  John D replied 313 days and 6 hours ago.

It requires around two hour time slot. I can start on it Monday afternoon hoping I can have it ready by Monday evening.

 

 

 

 

Customer replied 313 days and 6 hours ago.

Ok

Picture
Expert:  John D replied 313 days and 6 hours ago.

Thanks

 

Will keep you posted

 

Picture
Expert:  John D replied 313 days and 5 hours ago.

I just noticed that some messages got accidentally posted in the wrong page.

I apologize for the mistake. Please ignore the last two messages

 

Ok I modified the INVOICE code hoping it will run on your system without any errors(can't really tell on my end as I was not getting any errors)

 

http://www.filesharesite.com/files/201207/1341530982PackingSlips12a_COMBINED_revised-enhanced_b.xlsm.html]

 

Let me know how this one goes

 

 

John D41095.981569213

Customer replied 313 days and 3 hours ago.

Still not working. I am including a screen shot - I am getting the exact same error,

Picture
Expert:  John D replied 313 days and 3 hours ago.

That is not the same new macro that I just sent you. You seem to be running the old file or you have more than one file open at the same time

 

 

Picture
Expert:  John D replied 313 days and 3 hours ago.

Close all excel files, then download and save this file to your desktop.

 

http://www.filesharesite.com/files/201207/1341536091PackingSlips12a_COMBINED_revised-enhanced_c.xlsm.html

 

Then go to the desktop and open this file only, and run INVOICE

 

 

Customer replied 310 days and 7 hours ago.

It still doesn't work. All other excel files were closed when I pressed HEre is the screen shot

Picture
Expert:  John D replied 310 days and 6 hours ago.

No problem. If you cannot make use of the print enhancement modifications just ignore that file. You do not have to pay for that part

 

Have a great week

 

 

 

Customer replied 310 days and 6 hours ago.

Why, can you not fix it? I really need to get this working faster. I will pay!

Picture
Expert:  John D replied 310 days and 6 hours ago.

Sorry the issue is not your intention to pay. I worked on this for what amounted to a full days work. Now you come back 4 days later wanting me to diagnose issues that are related to YOUR system (ALL PRINT ENHANCEMT MACROS WORK 100% CORECTLY ON MY SYSTEMS)

 

I do not really recall at this point what changes I made 4 days ago and I do not really have time to start all over on it or even go through a series of diagnostics. That's why I decided to give up the time and cut the losses.

 

Thanks for your understanding

 

 

Customer replied 310 days and 4 hours ago.

Please, I was away from my computer on Friday and Saturday. I will pay you another $100 to fix this. My whole system is worthless without the printing capabilities

Picture
Expert:  John D replied 310 days and 4 hours ago.

Ok can you stay with me in an online session until we have resolved the issue so we do not have to come back to it again 2 days or a week later?

 

 

 

 

 

Customer replied 310 days and 1 hours ago.

Ok. Please tell me what time and Ill be on

Picture
Expert:  John D replied 310 days and 1 hours ago.

How about tomorrow any time between 3:30 pm and 9:30 pm pacific (excluding 6:30 thru 8:00). Would that be too late for you

 

Let me know which hour within that slot you prefer. Also you need to be on a PC so we can test it on PC first

 

 

 

Customer replied 310 days and 1 hours ago.

Ok, 6:30 pm it is.

Picture
Expert:  John D replied 310 days and 1 hours ago.

lol.. but I said excluding 6:30 thru 8:00 pm

Picture
Expert:  John D replied 309 days and 12 hours ago.

Waiting for you to post an alternative time between

3:30 thru 6:30

OR

8:00 thru 9:30

 

 

Customer replied 309 days and 12 hours ago.

3:30

Picture
Expert:  John D replied 309 days and 11 hours ago.

k

 

 

Picture
Expert:  John D replied 309 days and 5 hours ago.

I'm ready when you are...

 

Customer replied 309 days and 5 hours ago.

Im on

Picture
Expert:  John D replied 309 days and 5 hours ago.

Ok please close all Excel files and applications and open version b of the file that I sent you which is this one:

PackingSlips12a COMBINED (revised-enhanced) b.xlsm

 

If that file has been altered please stop there so I can send you the correct file

 

 

Customer replied 309 days and 5 hours ago.

You sent me enhanced B and Enhanced C. Which one should I open?

Picture
Expert:  John D replied 309 days and 5 hours ago.

PackingSlips12a COMBINED (revised-enhanced) b.xlsm

Customer replied 309 days and 5 hours ago.

b-1?

Picture
Expert:  John D replied 309 days and 5 hours ago.

I have been pasting the correct and full file name. i.e.

 

PackingSlips12a COMBINED (revised-enhanced) b.xlsm

 

If you cannot find that file scroll up on this page and look for it in one of the download links then download it

 

Customer replied 309 days and 5 hours ago.

Ok, I opened it

Picture
Expert:  John D replied 309 days and 5 hours ago.

- Ok which operating system are you running on this pc

 

- Which version of Excel

 

- Are all applications and excel files closed except this file

 

 

Customer replied 309 days and 5 hours ago.

So we are doing the PC, before the MAC, ok.


Operating System: Windows VISTA

VErsion of Excel: Excel 2007

All applications are closed

Picture
Expert:  John D replied 309 days and 5 hours ago.

Good

 

Ok go to the Mon tab and click the INVOICE button and wait until you get a message (or an error)

 

 

Customer replied 309 days and 5 hours ago.

It worked on the PC

Picture
Expert:  John D replied 309 days and 5 hours ago.

Whew! Been trying to tell you that it is a MAC issue but you kept ignoring my remarks

 

Ok the printing in this version should take less than a minute for what it used to take about 7 mins. Correct?

 

 

 

John D41099.9706717593

Customer replied 309 days and 5 hours ago.

It said 302 seconds total

Picture
Expert:  John D replied 309 days and 5 hours ago.

hmm.. the original used to take 318 sec. and I got it reduced to 44 secs

 

Customer replied 309 days and 4 hours ago.

Interesting. On my machine it took 302 seconds. Any thoughts?

Picture
Expert:  John D replied 309 days and 4 hours ago.

Vista is known to have issues. Also it could be your printer

 

Ok could you try this

 

Go to the INVOICE code and delete this line

 

ActiveSheet.PrintOut

 

then run the macro again and report the number of pages and time

 

 

Customer replied 309 days and 4 hours ago.

43 pages in 53 seconds. Much better

Picture
Expert:  John D replied 309 days and 4 hours ago.

Ok please download this file and save it to your desktop, then close all Excel files then go to the desktop and open the file. Then go to the Mon tab an click the INVOICE button

 

http://www.filesharesite.com/files/201207/1341877223PackingSlips12a_COMBINED_revised_a1.xlsm.html

 

Let me know what the message says

 

 

Customer replied 309 days and 4 hours ago.

There is no message - to is just doing something - and stalling. Nothing is happening and nothing is printing

Picture
Expert:  John D replied 309 days and 4 hours ago.

Because it's not done yet. And yes I deleted the printing line from that file

 

You need to let it finish until it shows the Done! message and give control back to the user

 

Vista is not the best OS to do this kind of testing on

 

 

 

 

John D41100.0100765856

Customer replied 309 days and 4 hours ago.

Its still not done - 9 minutes already

Picture
Expert:  John D replied 309 days and 3 hours ago.

I thought so.

 

Ok that last program is the SAME combined file that I sent you before the enhancement, except that I removed the print command and added a timer.

 

Conclusion;

 

The new enhanced program reduced the execution time when tested on the same machine from 9 mins (which is 540 secs) to 53 secs. Which is an enhancement of about 10 folds

 

So I think I should get some credit for my work on the enhancement which has taken over 10 hours of my time so far

 

 

Customer replied 309 days and 3 hours ago.

I don't understand. Why when I erased the line did it work fine, but when you sent me the revised file it doesn't work at all??

Picture
Expert:  John D replied 309 days and 3 hours ago.

I do not know about your system but if you read my last conclusion where we are comparing two programs with no printing in both (apples to apples) the speed got enhanced by 1000%

 

Now if you question that conclusion let me know. Again I need to know if I am going to get credit for my work up to this point or not as I was reluctant put more hours into this and wanted to cut losses before you encouraged me to which resulted in adding 2 more hours this afternoon

 

 

 

John D41100.0268795949

Customer replied 308 days and 17 hours ago.

You will definitely get credit - as I always have. Just please send a finished file that works. If you need to see some money before you send the file, then fine. Tell me how much and it will r done. This process is as frustrating for me as for you - believe me.

Picture
Expert:  John D replied 308 days and 13 hours ago.

Frustrating? How about also taking 10 hours of your time..

 

In short I was able to demonstrate yesterday that the program does work on the PC and it has reduced the running time by 10 fold. Run it on a Windows 7 machine and you will see that speed is more than satisfactory

 

Any further assistance will have to be on time basis after of course settling the previous work

 

 

 

Customer replied 308 days and 8 hours ago.

Ok. If I erase the print line, they will all work, yes?

Picture
Expert:  John D replied 308 days and 7 hours ago.

It does work both with the print line AND without the print line, as I have shown you on the Vista system

The problem is that due to some issues on your Vista it is running the code with the print at a very slow speed as compared to running it without the print code, which suggests that there is an issue with the system, profile, and/or printer setup on that vista computer

The enhanced code on a good computer should run almost the same speed with printing or without printing

If you like you can check it on a decent computer (win 7, 4+ MB Ram) and you will so it should work

Hope that explains it

Customer replied 308 days and 7 hours ago.

Ok. I will check on a different computer. What about my MAC?

 
Tweet

4 Microsoft Office Technicians are Online Right Now

Ask Your Question Now
Ask A Microsoft Office Technician
Type Your Microsoft Office Question Here...
characters left:

Top Microsoft Office Experts

See More Microsoft Office Technicians

In The News

Nbc
Washington Post
New York Times
Cnn
Learn More

How It Works

  • Ask an Expert
  • Get a Professional Answer
  • Ask Followup Questions
  • 100% Satisfaction Guarantee
Learn More
close
Find Expert answers related to your question.
Sign up using email
We will never post anything without your permission.
Already have an account? Sign in

Ask a Microsoft Office Technician

Get a Professional Answer. 100% Satisfaction Guaranteed.
140 Microsoft Office Technicians are Online Now
Type Your Microsoft Office Question Here...
characters left:
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.
Truste
Contact Us | Terms of Service | Privacy & Security | About Us | Our Network
© 2003-2013 JustAnswer LLC
  • Pearl.com
  • JustAnswer UK
  • JustAnswer Germany
  • JustAnswer Spanish
  • JustAnswer Japan