Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~526 People Reached
Favorite Forums
Favorite Tags
Member Avatar for mitch_oso

Hi everyone I'm new in VBA and I have a problem with my code, if someone can help my I will be grateful. I have this part of code in Excel VBA an work fine Dim NumeroArchivo As Integer Dim conta As Integer Dim ListArchivAbierto As String NumeroArchivo = Workbooks.Count …

Member Avatar for Nutster
0
221
Member Avatar for mitch_oso

Hi Everyone I'm using a comboboxcolumn and comboboxcell into a DataGridView, and everything is correct but i don't have idea how do I put text on combobox, I trye many things but nothing works :S This is my code Dim column2 As New DataGridViewComboBoxColumn Dim column3 As New DataGridViewComboBoxColumn Dim …

0
67
Member Avatar for mitch_oso

Hi Everyone, I have this problem whit my code : ExecuteReader: Connection Property has not been initialized and i don't know why This is my code: Dim maximo As Integer Try oConn = New OleDb.OleDbConnection(con) oConn.Open() ' abrimos la base de datos oComn = New OleDb.OleDbCommand("Select ID_ISSUE From ISSUE") oRsRead …

Member Avatar for thewilf
0
238