Results 1 to 2 of 2
  1. #1
    sanal is offline Advanced Beginner
    Windows 10 Access 2007
    Join Date
    Feb 2018
    Posts
    43

    Specify the range of column only with unlimited rows to import in transfer spreadsheet macro


    In transfer spreadsheet macro action how can we put the range of column only as A1:A20 with unlimited rows .

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,523
    you would attach the workbooks as an external table.
    an append query would allow you to use only 1 field. (column)

    you can either have premade queries , 1 for each column (if theres not that many)
    or
    make the query virutally on a form...user picks the column,click button to import...
    select " & cboBox & " from table

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 02-27-2018, 03:47 PM
  2. Replies: 1
    Last Post: 10-23-2014, 04:32 PM
  3. Transfer spreadsheet formated column
    By webisti in forum Import/Export Data
    Replies: 4
    Last Post: 04-08-2013, 03:31 AM
  4. Replies: 5
    Last Post: 12-01-2011, 05:38 PM
  5. Replies: 3
    Last Post: 12-21-2010, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums