Search results for query: *

  1. C

    referring to an active Excel workbook

    I have an issue that is perplexing me now. Backstory: I have a windows form add in program for excel that opens from inside Excel. I need to refer to the Active Workbook to get the variables (like fullname) to populate correctly. I have this set up: Imports Excel =...
  2. C

    calling excel xldown function properly

    Thanks again. This code is a mish-mash, and I appreciate your help.
  3. C

    calling excel xldown function properly

    I am updating some antiquated code for a VB6 upgrade. I am trying to find an elegant way to call the xldown function in the code below. I don't think what I see upgraded is the correct way to do it. I have tried to bold the line of code in question, if anyone can help. Public Sub...
  4. C

    An unhandled exception of type 'System.StackOverflowException'...

    Thanks You are right, the code that was Quoted was brought forward from some old vb6 code that I did not create, nor do I fully understand the mindset of the creator because he is no longer around to ask. So I am muddling through his old code. I was able to bring it forward enough for the...
  5. C

    An unhandled exception of type 'System.StackOverflowException'...

    I am having a small issue, well its not small, its probably a total PITA! I re-coded a windows based form, and when I try and close the form i get the error "An unhandled exception of type 'System.StackOverflowException' occurred in System.Windows.Forms.dll" The debug points me at the...
Back
Top