Search results

  1. P

    Button to export a form and view it in excel

    No, i still get the same error...:banghead:
  2. P

    Button to export a form and view it in excel

    Thank You ALex, But i am receiving a error message Compile error Expected: End of Statement Sorry for my ignorance, i am copletely new to VB this is my code Private Sub Command19_Click() Call SendTQ2Excel "MHBTimeSO" End Sub
  3. P

    Button to export a form and view it in excel

    Hi Speakers 86, I looked in to Bob Larson site and i was trying to use this code for Export A Table Or Query To Excel - But i am facing a problem in linking his code to my button in the form. Could you please help me to fix it? My code to call Bon's code from my form. Private Sub...
  4. P

    Export to excel

    Dear all, Can somebody help with the code for Export to Excel. In my form, i need to add a command button - When the i click i want to export the datas from the table to excel. How to do it? I m new in VB codes. Please help !!!
  5. P

    Export to excel

    Dear all, Can somebody help with the code for Export to Excel. In my form, i need to add a command button - When the i click i want to export the datas from the table to excel. How to do it? I m new in VB codes. Please help !!!
  6. P

    Form - Side bar

    its working,thanks!!!
  7. P

    count critical

    Hello all, I have the huge bunch of data (approximately 4000 lines of data) as shown in the attached excel file. From this table, i want to make a report something like, on everyday the count of "YES" and count of " NO " using query. Please suggest me how to do this using query. Thanks for...
Back
Top Bottom