Search results

  1. B

    Heading Rows

    Dear Orion, It's working, Well Done I want to thank you for all the support and concern. Bunga
  2. B

    Heading Rows

    Dear Orion, Please help, Private Sub Command0_Click() ExportToXLS End Sub Public Function ExportToXLS() Dim objExcel As Excel.Workbook Set objExcel = Workbooks.Add() Dim objSheet As Excel.Worksheet Set objSheet = objExcel.Worksheets.Add() objSheet.Name = "Data"...
  3. B

    Heading Rows

    Dear mr/mrs, Can someone help me with vba, I use below VBA to export data from Access to excel. I have problem with heading rows, not to be delete please help how ( see photos) Private Sub Command0_Click() ExportToXLS End Sub Public Function ExportToXLS() Dim objExcel As...
  4. B

    Export to workseet name "Data" instead of (sheet4)

    Dear Ranman256, Thank you is working :)
  5. B

    Export to workseet name "Data" instead of (sheet4)

    Dear mr/mrs, Please help With below VBA the data from access wil be export to excel with file name DataStaf.XLSX worksheet (sheet4) the data must be export to excel with file name DataStaf.XLSX worksheet (Data) instead of (sheet4) DataStaf.xlsx with worksheet : Data Sheet2 Sheet3...
  6. B

    Export data from MS access to NS Excel from Form

    See below the excel file
  7. B

    Export data from MS access to NS Excel from Form

    Can someone help me with vba to export to Excel format (Access 2010). I use below VBA, Export from combobox working fine see(frm_ExportDataExample) but how to export from FORM see (frmToExcel) Private Sub cbo_ContactName_AfterUpdate() Me.cmd_Send2XLS.Enabled = Not IsNull(Me.cbo_ContactName)...
  8. B

    Export from ms Access to Exel

    Dear The_Doc_Man, Thank you for your advice
  9. B

    Export from ms Access to Exel

    Can someone help me with vba to export to ms Excel format (Access 2010). I use below VBA, I Need the result in Excel : 1. without Field Name 2. Range("A4")CopyFromRecordset (see attachment) private Sub Command487_Click() On Error GoTo SubError DoCmd.TransferSpreadsheet acExport...
  10. B

    Problem in MS Access? - Want to See a YouTube Video Solving it?

    See video link https://www.youtube.com/watch?v=vwnLZHIc31c
  11. B

    Advanced Search and Export to Excel Spreadsheet

    Dear all, Has somebody got an example database Access VBA Automation Preview Advanced Search and Export to Excel Spreadsheet. Thank you in advance, Bunga
  12. B

    Automatic Datasheet Columns Width

    Wat I Mean about " Best Fit " is zie attachments !
  13. B

    Automatic Datasheet Columns Width

    Please help, I set the new columns width in Datasheet view, then I save and close it. but after re-open the Form in Datasheet mode, the columns width (all columns) returned to previous amount !! What is the solution (with VBA Code Access 2010) for set "ALL columns width" in "Best Fit" due to...
  14. B

    error messages

    Dear mr/mrs, I am getting the attached error on desktop.I've researched the error but I haven't found the solution for my particular situation. My original published database was an .accdb please help me to resolve this issue
  15. B

    Add Data With Combobox

    Dear Paul, Thank you for your help, do you know how to Clear an Access combo box for entering the next record ? Thank you in advance for your help
  16. B

    Add Data With Combobox

    I'm beginner in ms access, I was wondering if you could help me ! Thank you
  17. B

    Add Data With Combobox

    Thanks for the reply. I tried both code u mentioned: =ComboName.Column(2)....this code made the Description text box auto populate but did not save the value in the Main Table. Please help
  18. B

    Add Data With Combobox

    Dear mr/mrs could you please help me with the following problem : If on Product ID = T100 on Description must be : Tshirt on UnitPrice must be : 15 on Merk must be : W QTY and Color wil be Manually field. Thank you in advance for your help
  19. B

    size form to fit to screen on form load

    I have 4 users with various screen resolutions all using Access 2016. Is there a neat bit of code that will check the resolution on load and re-size. I have tried DoCmd.Maximize with no luck. Any help would be great. Thanks Bunga
Top Bottom