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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aishaaa

  1. aishaaa

    Filter Data in ASP

    Thanks i have done it
  2. aishaaa

    Linking table in two different DB

    Hi, am new to SQL and never use it before it might be easy one but unfortunately I don’t know the answer .. I have 2 table in 2 different database I want 2 link them any idea how to do it ?? thansk
  3. aishaaa

    Filter Data in ASP

    Thanks a lot all ... but shaddow am getting error in the rs.activeconnection = conn .. do u have idea how to sort the extract or downloaded data to excel sheet .. i want to sort the currency and banks thanks again
  4. aishaaa

    Filter Data in ASP

    Hi, any idea how to filter data extracted from DB "table" in ASP
  5. aishaaa

    Download from SQL to Excel sheet

    Thanks alot for your support .... i have done it ... and it's working fine
  6. aishaaa

    Download from SQL to Excel sheet

    Thanks for the reply ... (AGIMA)i expected to open excel sheet with the data and user will save it .... (Veep) i didnt get this one <% 'Change HTML header to specify Excel's MIME content type
  7. aishaaa

    Download from SQL to Excel sheet

    Hi, I have the below coding but it’s only displaying the data not saving it to excel I guess I have a problem with my coding please help me … <HTML> <HEAD> <TITLE>Telex Transfer</TITLE> <% 'response.setContentType &quot;application/excel.xls&quot...
  8. aishaaa

    Automation process

    Thanks alot again VBAjedi .... Now I know what I want exactly .. the data base will be from SMM server and I will run query to get the information I required … but do you think I should develop a small VB program to do the same or write a macro in excel which get the information daily when ever...
  9. aishaaa

    Automation process

    Hi thanks alot for your reply .. I was thinking the same it's difficult to get the information from the email and we cant give the user access to the original DB .. but i didn’t understand the last part i mean the extract from excel can you please explain it to me so i can start working..
  10. aishaaa

    Automation process

    The email &quot;per transaction&quot; is generated automatically from different system ( BA system ) and sent to outlook user .. I want to gather all the data available in this email .. around 4 lines ( beneficiary name, amount, currency, ref (contain branch short name and auto generated...
  11. aishaaa

    Automation process

    Hi We need to automate one of the process but I don’t have any idea which type of code I can use it’s 2 different system one is front end system send auto generated email per transaction ( beneficiary name, amount , branch )and from different branches .. we need to compile all this email to one...
  12. aishaaa

    in oulook .. i want to forward same

    in oulook .. i want to forward same msg again and display the body in excel sheet am using this but its not working Dim ol As Outlook.Application Dim ns As NameSpace Dim folder As MAPIFolder Dim ws As worksheet Dim i As Integer Set ol = creatobject(&quot;outlook.application&quot;) Set ns =...
  13. aishaaa

    VBA for excel

    Hi, i need help on this i have excel sheet its typed in arabic (right to left)but when i open in my pc i dont have arabic the word came as squer and the number in opposit side .. i dont care about the word but the number i want it to be in opposit for example the current Name ID...
  14. aishaaa

    copy data from email to access or excel sheet

    Hi, can any one tell me how to copy a data from email to access or excel sheet .. i think it need a programming to be done on outlook Thanks
  15. aishaaa

    create a email... from an excel vba app...

    if u r trying to send a sheet or more u can try this Worksheets(Array(&quot;sheet2&quot;, &quot;sheet5&quot;)).Copy ActiveWorkbook.SendMail &quot;email@hotmail.com&quot;, &quot;test&quot;

Part and Inventory Search

Back
Top