Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All........
I have a macro that runs fine on my machine, but will not run on others. There does not appear to be any machine-specific code involved. All the other many macros in the same project run fine on all machines......but they all fail (freeze) on the following line of this one macro: ..SendMail emadd, "Supplier Report Card" Also of note, when I assign a path and filename to save the file to, my machine separates the path and filename with a backslash, while the other machines do not. I can easily append the backslash into the path, but why should I have to because my machine don't require it......and anyway, even if I do, the othermachines still fail on the same .sendmail command. I believe the problem is a setting in either Excel or Windows, but don't know what. All machines are Dell, all run Windows XP, Excel 2000, and LotusNotes 7.0, and it's very possible that they all are set up the same way, and different from mine, as I have three versions of MSOffice on it. I can provide the entire macro on request, but don't believe the problem is really in the macro. I have talked with our MIS Lotus Guru and he has no clue. Any help will be much appreciated. Vaya con Dios, Chuck, CABGx3 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi CLR
Have you check the win.ini file http://www.rondebruin.nl/mail/problems.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "CLR" wrote in message ... Hi All........ I have a macro that runs fine on my machine, but will not run on others. There does not appear to be any machine-specific code involved. All the other many macros in the same project run fine on all machines......but they all fail (freeze) on the following line of this one macro: .SendMail emadd, "Supplier Report Card" Also of note, when I assign a path and filename to save the file to, my machine separates the path and filename with a backslash, while the other machines do not. I can easily append the backslash into the path, but why should I have to because my machine don't require it......and anyway, even if I do, the othermachines still fail on the same .sendmail command. I believe the problem is a setting in either Excel or Windows, but don't know what. All machines are Dell, all run Windows XP, Excel 2000, and LotusNotes 7.0, and it's very possible that they all are set up the same way, and different from mine, as I have three versions of MSOffice on it. I can provide the entire macro on request, but don't believe the problem is really in the macro. I have talked with our MIS Lotus Guru and he has no clue. Any help will be much appreciated. Vaya con Dios, Chuck, CABGx3 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
LOL.........yes, Ron, that is the answer, of course.....
Just like it was last time you told me and i didn't remember....<blush So, thanks a million, and like I said, if you decide to retire, be sure an give us at least 30 years notice! Vaya con Dios, Chuck, CABGx3 "Ron de Bruin" wrote: Hi CLR Have you check the win.ini file http://www.rondebruin.nl/mail/problems.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "CLR" wrote in message ... Hi All........ I have a macro that runs fine on my machine, but will not run on others. There does not appear to be any machine-specific code involved. All the other many macros in the same project run fine on all machines......but they all fail (freeze) on the following line of this one macro: .SendMail emadd, "Supplier Report Card" Also of note, when I assign a path and filename to save the file to, my machine separates the path and filename with a backslash, while the other machines do not. I can easily append the backslash into the path, but why should I have to because my machine don't require it......and anyway, even if I do, the othermachines still fail on the same .sendmail command. I believe the problem is a setting in either Excel or Windows, but don't know what. All machines are Dell, all run Windows XP, Excel 2000, and LotusNotes 7.0, and it's very possible that they all are set up the same way, and different from mine, as I have three versions of MSOffice on it. I can provide the entire macro on request, but don't believe the problem is really in the macro. I have talked with our MIS Lotus Guru and he has no clue. Any help will be much appreciated. Vaya con Dios, Chuck, CABGx3 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sendmail vs different computers | Excel Programming | |||
sendmail | Excel Discussion (Misc queries) | |||
SendMail Add-in | Excel Programming | |||
SendMail | Excel Programming | |||
SendMail and BCC | Excel Programming |