User Profile

Collapse

Profile Sidebar

Collapse
NarenMCA
NarenMCA
Last Activity: May 20 '15, 02:18 PM
Joined: Aug 1 '07
Location: Banglore/India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • NarenMCA
    started a topic Advanced Tutorial PDF

    Advanced Tutorial PDF

    Hi,

    Though i learnt some good concepts in vba, I don't know the technical name of them.

    For ex. Recently i have been questioned "what is Late binding and Early binding?". I had to say "Dont know" though i knew the concept. Later i asked the same question to one of my friends. He explained the concept that i knew earlier. There are few more like this, that made me to loose a job oppertunity.
    ...
    See more | Go to post

  • NarenMCA
    replied to Kill a RecrodSet in VBA
    Hi Rpicilli,

    It throws the below error.
    "Method or Data Member not found."

    Can you help me with more details that I must include to my code along with "RecSetName.Dis pose".

    Thanks,
    Naren
    See more | Go to post

    Leave a comment:


  • NarenMCA
    replied to Kill a RecrodSet in VBA
    Hi Veena,

    I am setting RecordSet = Nothing every time when the macro runs. If I open the task manager, it shows a huge memory space occupied. So when the user gets on to the next task, It again takes some more space in the RAM. So at a point of time the application stucks.

    I guess "Nothing" will just clear the references to the recordset object but the querry o/p(Data) that is temporarily kept in RAM by the...
    See more | Go to post

    Leave a comment:


  • NarenMCA
    started a topic Kill a RecrodSet in VBA

    Kill a RecrodSet in VBA

    Hi Everyone,

    I have a couple of dropdowns, based on the selection by user I must display values from many worksheets. I am using ADODB concept in VBA.

    I am using the below code to get data from various sheets in a excel workbook.

    Call rstNetAct.Open( strSQL, strConnStr, CursorTypeEnum. adOpenForwardOn ly, LockTypeEnum.ad LockReadOnly, CommandTypeEnum .adCmdText)

    once the Output is shown, I am...
    See more | Go to post

  • NarenMCA
    replied to Sum based on a criteria
    Hi Stewart,

    Its working. The information you have given is very helpful and easily understandable.

    Thanks a lot.
    Naren...
    See more | Go to post

    Leave a comment:


  • NarenMCA
    started a topic Sum based on a criteria

    Sum based on a criteria

    Hi,

    Table Name: Countries
    Field1: Ctry
    Field2: State
    Field3: Population

    Table
    --------------------------------------------------------------------
    Ctry: State Pop
    --------------------------------------------------------------------
    Ctry1 State1 100
    Ctry1 State2 100
    Ctry1 State3 100
    Ctry2...
    See more | Go to post

  • NarenMCA
    replied to Progress Bar in VBA(Excel)
    Thanks for you suggestion.

    But I am trying this because I just want to learn this.

    -Naren...
    See more | Go to post

    Leave a comment:


  • NarenMCA
    started a topic Progress Bar in VBA(Excel)

    Progress Bar in VBA(Excel)

    Hi,

    I want to use status bar control 6.0 in VBA(Excel). Other functions in the Macro will be performing some copy/paste and filtering operations. I want the progress bar to show status based on the tasks performed by those functions.

    Can any one help me in this.

    Thanks in advance,
    Naren
    See more | Go to post

  • Hi,

    I got the solution.

    Thanks
    Naren
    See more | Go to post

    Leave a comment:


  • VBA & MS Outlook. How to find all files names and folders names...

    Hi,

    The below code in MS Outlook gives me the names of folders in "public folders". I am looking forward to get all the subfolders and files in "Public folders"

    Please assist me in this.

    Thanks,
    Naren

    Dim myNamespace As Outlook.NameSpa ce
    Dim myfolder As Outlook.MAPIFol der

    Sub test()

    Set myNamespace = Application.Get Namespace("MAPI ")...
    See more | Go to post

  • Tracking Keyboard hits and Mouse moves using VBA

    Hi,

    I am VBA programmer looking for a clue or an idea which will help me to do the below.

    Is there any way that I can track the Keyboard hits and Mouse moves using VBA even if the excel application is closed. The OS i am using is windows XP

    Thanks in advance,
    Naren
    See more | Go to post
No activity results to display
Show More
Working...