Click here to Skip to main content
15,867,835 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Prevent hacking of connection string over the internet Pin
Member 1537744010-Oct-21 7:00
Member 1537744010-Oct-21 7:00 
GeneralRe: Prevent hacking of connection string over the internet Pin
Dave Kreskowiak10-Oct-21 7:10
mveDave Kreskowiak10-Oct-21 7:10 
GeneralRe: Prevent hacking of connection string over the internet Pin
Member 1532961311-Oct-21 1:10
Member 1532961311-Oct-21 1:10 
GeneralRe: Prevent hacking of connection string over the internet Pin
Member 1537744011-Oct-21 8:22
Member 1537744011-Oct-21 8:22 
GeneralRe: Prevent hacking of connection string over the internet Pin
Member 1532961311-Oct-21 9:56
Member 1532961311-Oct-21 9:56 
QuestionHow do I read XML File and put it in Datagridview and update it back to XML File Pin
OMG_Live25-Sep-21 8:00
OMG_Live25-Sep-21 8:00 
AnswerRe: How do I read XML File and put it in Datagridview and update it back to XML File Pin
CHill607-Oct-21 6:48
mveCHill607-Oct-21 6:48 
QuestionVBA Calling a Sharepoint list Rest API failed. Pin
BEN CHEN 202119-Sep-21 6:48
BEN CHEN 202119-Sep-21 6:48 
Hi,
I have below code to calling SharePoint REST API through VBA in Excel but I got the Erorr: 2147024891, System.UnauthorizedAccessException. Any idea how to fix this issue?
.
Sub Button3_Click()
    strUrl = "https://abc.sharepoint.com/sites/QA/_api/lists/getbytitle('TestingInformation')/items"
With CreateObject("MSXML2.ServerXMLHTTP.6.0")
  .Open "GET", strUrl, False
  .Send
  Content = .ResponseText
End With
   MsgBox Content
End Sub

AnswerRe: VBA Calling a Sharepoint list Rest API failed. Pin
Richard Deeming19-Sep-21 21:51
mveRichard Deeming19-Sep-21 21:51 
QuestionListDirectoryDetails Pin
Drno Strz18-Sep-21 8:07
Drno Strz18-Sep-21 8:07 
AnswerRe: ListDirectoryDetails Pin
RedDk18-Sep-21 13:55
RedDk18-Sep-21 13:55 
GeneralRe: ListDirectoryDetails Pin
Drno Strz18-Sep-21 21:33
Drno Strz18-Sep-21 21:33 
GeneralRe: ListDirectoryDetails Pin
Mycroft Holmes19-Sep-21 12:10
professionalMycroft Holmes19-Sep-21 12:10 
GeneralRe: ListDirectoryDetails Pin
Dave Kreskowiak19-Sep-21 12:39
mveDave Kreskowiak19-Sep-21 12:39 
Questionbuilding an IT helpdesk tool Pin
Mustafa M. Al-Nassah8-Sep-21 10:17
Mustafa M. Al-Nassah8-Sep-21 10:17 
AnswerRe: building an IT helpdesk tool Pin
CHill6016-Sep-21 22:11
mveCHill6016-Sep-21 22:11 
QuestionVB.Net and Google docs Pin
Malcolm Bacchus6-Sep-21 3:31
Malcolm Bacchus6-Sep-21 3:31 
AnswerRe: VB.Net and Google docs Pin
Richard MacCutchan6-Sep-21 5:47
mveRichard MacCutchan6-Sep-21 5:47 
QuestionNeed help with this question Pin
Member 153482515-Sep-21 22:18
Member 153482515-Sep-21 22:18 
GeneralRe: Need help with this question Pin
Richard MacCutchan5-Sep-21 22:33
mveRichard MacCutchan5-Sep-21 22:33 
GeneralRe: Need help with this question Pin
Member 153482515-Sep-21 22:40
Member 153482515-Sep-21 22:40 
GeneralRe: Need help with this question Pin
Richard MacCutchan5-Sep-21 22:45
mveRichard MacCutchan5-Sep-21 22:45 
GeneralRe: Need help with this question Pin
Member 153482515-Sep-21 23:55
Member 153482515-Sep-21 23:55 
GeneralRe: Need help with this question Pin
Richard MacCutchan6-Sep-21 0:25
mveRichard MacCutchan6-Sep-21 0:25 
GeneralRe: Need help with this question Pin
Member 153482516-Sep-21 0:59
Member 153482516-Sep-21 0:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.