Search results

  1. C

    Solved i want to change this code to merge two excel files to one sheet side by side.

    this vba code combines multiple excel files into one spreadsheet how can i change it so it's merging files horizontally next to each other this is the code Sub simpleXlsMerger() Dim bookList As Workbook, bFirst As Boolean, ws As Worksheet, wsO As Worksheet Dim mergeObj As Object...
  2. C

    How do i remove quotations in text file export.

    Hi i'm using this vba code to convert excel sheets to txt file Sub ExportSheetsToText() Dim xWs As Worksheet Dim xTextFile As String For Each xWs In Application.ActiveWorkbook.Worksheets xWs.Copy xTextFile = CurDir...
  3. C

    how can i export filenames of my files in ftp server as a list in excel or text file

    Hi as the title suggests i have an ftp server with pdfs inside, i want to retrieve the filenames of all the family tree inside the server and export as an excel sheet or txt file.
  4. C

    trying to scan from phone camera

    Hi i use this app to scan and export to pdf from a scanner device but i want to scan with my phone this is my code for the feeder scan With wiaScanner.Items(1) wiaScanner.Properties("3088").Value = 1 .Properties("6146").Value = DLookup("[Colour]", "DPI") 'Colour intent (1 for...
  5. C

    how can i rename an attached pdf file?

    Hi access programmers i have an app that i scans and attaches docs before i was naming my files like this is there a way that i can create a button to rename my attachement in access subform and desktop with Nin field thank you.
  6. C

    Solved when i exported to pdf it adds additional blank pages

    i have a subform that has scanned images (jpg) and also converted pdfs like shown here when i click to convert again the second/third time i think it includes the pdfs in subform list and adds them as blank pages because when i have like 10 pdfs and one jpg in the list it exports a pdf...
  7. C

    Solved problem with exporting to pdf

    i have this application that scans and attaches documents when i click convert to pdf button it exports the pdf file in the same directory with jpgs as shown in the image above and they appear in the subform list , but when i scan the second time and then click to convert to pdf the function...
  8. C

    hello مرحبا

    hello my name is ramzi i'm from algeria i'm just starting out with access and like this answers provided from this forum. thank you
Top Bottom