How to Get Last Modified Date of excel file from Sharepoint using VBA? -



How to Get Last Modified Date of excel file from Sharepoint using VBA? -

i need lastly modified info of excel file variable share point.

i have excel file in sharepoint updated weekly. need lats modified date in variable proceed macro. please help.

thanks in advance!!!

check this solution exceluser.com:

public function lastsavetime() string application.volatile lastsavetime = thisworkbook.builtindocumentproperties("last save time") end function

this should work workbook stored in sharepoint library - tested sharepoint 2010

edit grab info sharepoint list:

check link - there explained how able read list info excel.

with link able listname , viewname.

with 2 combined easiest way create new view list , add together alter column view - when info has been imported excel can read info , drop added table again.

hope helps in right direction. (tested , working sp2010 list)

excel-vba sharepoint

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -