Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dmkAlex
  • Order by date
  1. dmkAlex

    How does php handle the "&" in string?

    Some of the descriiptions in one of the table contain the ampersand sign &. When I do a "echo $Desc" in php, it cuts off at the & and the rest of the string is omitted. Is there any work around? Thanks.
  2. dmkAlex

    Problem with AutoResponse when incoming mail was sent "on behalf"

    That routine works. But we have since been given up in programming in Outlook. VBA in Outlook is very unstable. It corrupted the dll file and we we were not able to go into VBA editor or Macro at all. We reinstalled it and it worked for a while but then it bombed out again. Just not worth the...
  3. dmkAlex

    Excel - sheet gets slow after a while

    When we tried editing some cells, it got slowest in the far right and far down cells. Alex
  4. dmkAlex

    Excel - sheet gets slow after a while

    I do use the screenupdating function a lot in my macro. And I am pretty sure I turn it to Ture at the end of the macro. I may have missed some. Would that matter that much? Alex
  5. dmkAlex

    Excel - sheet gets slow after a while

    Do you mean saveAs to the same file name, or a different name? Alex
  6. dmkAlex

    Excel - sheet gets slow after a while

    No. This workbook was designed for single user in a single stand along machine. Alex
  7. dmkAlex

    Excel - sheet gets slow after a while

    I don't think it is a ram or resource problem because when we did the fix by deleting the problem sheet and recreate a new sheet, the problem went away right the way without having had to close any other applications. Of course we also had tried shut down, reboot routine and non of them solved...
  8. dmkAlex

    Excel - sheet gets slow after a while

    I have this sheet that I download a large number of rows of records from another program everyday. I programmed in the delete rows to clean up old record before copy/paste the new record into the sheet. The sheet has 20 columns of data. This will work for a while, but after a month or two, the...
  9. dmkAlex

    Help with Outlook terminology

    Yes, I've been on there a few times. They are more geared to help the Exchange, and the other calendar, contact, task and schedule stuff than the LOWLY CLIENT users. Alex
  10. dmkAlex

    Help with Outlook terminology

    Thanks for the info. Given how I am using Outlook Pop3 client (hope I had used the proper terminology now), where can I get help in programming with vba? Thanks. Alex
  11. dmkAlex

    Help with Outlook terminology

    As I am learning more about using vba in Outlook, I've learned that quite a few of the functions and methods are available to Outlook Exchange. We don't have Outlook Exchange. My Outlook 2003 is part of the MS Office 2003. We use Pop3 to poll mails and send mails thru my ISP @att.net. What...
  12. dmkAlex

    Problem with AutoResponse when incoming mail was sent "on behalf"

    I think the issue with PayPal send on behalf is their capacit issue. When the main server is busy, they just farmed it out to other auxilary server to do their automated emails. I don't think there is a fix to it directly. But I had come up with a work around. I have written a macro in Outlook...
  13. dmkAlex

    How do you enable macros in Outlook 2003?

    Somehow, I lost it. Ended up reinstalling Office 2003 and got them back. Thanks. Alex
  14. dmkAlex

    How do you enable macros in Outlook 2003?

    Ooop! Too soon. It worked for a while. When I exited Outlook, it said something about Outlook encountering some error. When I got back into Outlook, the macro won work and I can go into the security screen or VB editor. Do I have to reinstall Outlook? Alex
  15. dmkAlex

    How do you enable macros in Outlook 2003?

    We created a vba routine in Outlook. It ran in when we developed it. Now we save it, created an icon in tool bar and when we wanted to run it, it said we have to enable macros. But there is nothing in Option to let me enable it. Do you know how? Alex
  16. dmkAlex

    VBA Coding in Outlook questions

    I am playing around with it and get to the point I am able to reply emails. The problem I am encountering is: the original mail was in HTML format. My objective is to reply the message with my answer on the top part of the body and the rest of the body would contain the original email...
  17. dmkAlex

    VBA Coding in Outlook questions

    bump. Still looking for help.
  18. dmkAlex

    Creating macro in Outlook

    The multi signatures work. Thanks. I'd still like to learn more in vba programming outlook though. Alex
  19. dmkAlex

    Creating macro in Outlook

    That would work if I only have one canned answer. I have multiple answers though. Need to create the macro and a choice box to select the proper text to put in. Still looking for help. Thanks. Alex

Part and Inventory Search

Back
Top