Search results

  1. U

    Accessing Excel through Access using VBA

    Hi All, Im accessing an excel sheet throug Access using VBA...actually i have to format that excel sheet in and write it into a table...so i can not directly import the excel sheet. Following is the code that im using -------------------------- For Each ws In obWBK.Worksheets rowCount =...
  2. U

    Redim Preserve Help!

    Hi guys, Can anyone of u tells me what is the problem with the following code: Dim feld() As String Dim cnt as integer Public Sub more_Click() If Trim(txtFeld.Value) <> "" And Trim(obType.Value) <> "" Then cnt = cnt + 1 If cnt > UBound(feld, 1) Then ReDim...
Back
Top Bottom