T
tjb
What's the code to use a command button to update links
on an Excel sheet?
I think it's something like:
Private Sub MSG_UPDATE_Click()
Application.Dialogs(xlDialogUpdateLink).Show
End Sub
but I can't figure out the rest of it.
Thanks!
on an Excel sheet?
I think it's something like:
Private Sub MSG_UPDATE_Click()
Application.Dialogs(xlDialogUpdateLink).Show
End Sub
but I can't figure out the rest of it.
Thanks!