Search results

  1. D

    Retrieving the last modified date from a file uploaded in a URL -VBScript

    Hi All, Can anyone have an idea about vbscript/vb macro code for retrieving the last modified date of a file uploaded in a URL. I am able to get the file but wanted to get the last modified date of it. Thanks in advance!!!!!!!!!!!
  2. D

    Display data from access into spreadsheet

    Hi, Could anyone give a solution for display the msaccess data into the excel spreadsheet. I am having the code to display it on Listbox but needed to display on the worksheet2. code: Set objConnection = CreateObject("ADODB.Connection") Set objRecordSet =...
  3. D

    How to display the access form in the excel form

    Hi Everyone, I have created a MS access form having a combobox,button. There I have coded like : When the user click on button,a report will be generated. My requirement: I need to show the access form in the excel form. I have searched and got code,which only allows me to open...
Back
Top Bottom