VBA: Refresh an Excel page linked with Nielsen -


i discovered vba on excel , wondering if (and how) refresh automatically excel page linked nielsen base vba code.

i have succesfully created such vba code excel document linked vba base, ran out of ideas that. have ideas?

thanks helping!

your sincerely,

laurent

you should ask companies nielsen contact nitro components reference guide document. has examples , code on this. code in vb have translate vba (minor differences).

dim acnnitro new acnnitro dim acnnitroupdate acnielsennitro.acnnitroupdate dim ws worksheet dim bret boolean acnnitro.parentapp = application acnnitroupdate = acnnitro.acnnitroupdate ws = activesheet 'or set ws = worksheets("my sheet") bret = acnnitroupdate.updateallnranges(ws, ntrselectget) acnnitro = nothing acnnitroupdate = nothing wb = nothing 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -