How to find/delete a Private Function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was given a code starting with
private function SetRowSource(pBooCriteria as boolean)
....
....
....
Now I want to delete it and try another method but I can't find it in my
code.

Where do I find it so I can delete it?

Thanks in advance
Travis
 
Open a code window
Type SetRowSource in the debug window
Click in the word
Press Shift-F2
 
I'm not sure what the debug window is.
I tried just typing it in the Visual Basic Code area and it just says
"identifier under cursor is not recognized.
Am I not in the right spot?
 
Press Ctrl+G to open the debugger window

Pieter

Tdahlman said:
I'm not sure what the debug window is.
I tried just typing it in the Visual Basic Code area and it just says
"identifier under cursor is not recognized.
Am I not in the right spot?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top