Search:

Type: Posts; User: HUHandEH; Keyword(s):

Page 1 of 17 1 2 3 4

Search: Search took 0.03 seconds.

  1. Just a question and certainly not a correction,...

    Just a question and certainly not a correction, but shouldn't we be using the vba.date(vba.year(vba.today....etc? to make this global?

    Just a question?

    Thanks,
    Darryl.
  2. I didn't notice any mispells, the problem stems...

    I didn't notice any mispells, the problem stems from the variable string, which I think was a mistake on my part. The special notation ' for some reason needs a valid date variable imo. Once I...
  3. Yes I did, and I got the error , 1004 This...

    Yes I did, and I got the error , 1004 This operation is not available for extrenal Database.

    And Thank you for you effort.
  4. oops...I meant the captial S, see how it didn't...

    oops...I meant the captial S, see how it didn't change itself to a capital, if you declare the variable as a capital S, doesn't see the s, and it keeps it small, I think the ' symbol is key to my...
  5. rory, thanks for your reply if you take a...

    rory, thanks for your reply

    if you take a look at the variable, you will notice that in declaration there is a B S....but in the code it doesn't see it.
  6. Option Explicit Sub Macro1() Dim sYear As...

    Option Explicit
    Sub Macro1()
    Dim sYear As String
    Dim sMonth As String
    Dim sDay As String
    sYear = "2011"
    sDay = "13"
    sMonth = "06"
    Range("A1").Select
    With...
  7. Doing a DataBase thing where I pull the info, but I want to limit query.

    Hi Guys,

    Been some time since I was last here, hope all is well with the forum.
    I have a database query macro that I recorded, and want to modify the dates but everytime I put a variable to the...
  8. Thread: Parse Help

    by HUHandEH
    Replies
    3
    Views
    350

    Thanks for the help, I would like to know, since...

    Thanks for the help, I would like to know, since I am dealing also with decimals, like 8.25, what variable should I use? I keep losing the .25 when it converts the number over, should I avoid single...
  9. Thread: Parse Help

    by HUHandEH
    Replies
    3
    Views
    350

    Hey Guys, I need help with this, what I am...

    Hey Guys,

    I need help with this, what I am trying to do is extract a value from a string, in the string there is (35), or could be a any number within brackets, which I need for a calculation, can...
  10. Replies
    5
    Views
    464

    Thanks dude, I tried a few variations of the...

    Thanks dude,

    I tried a few variations of the code, I have never passed an object with an argument.

    Thank you kindly.

    HUH:)


    Oops that not true...I have, but I haven't used it as the...
  11. Replies
    5
    Views
    464

    Is this a legal function? Any one? ...

    Is this a legal function?

    Any one?



    Public Function TestAreAnyTrue(ZX As Collection) As Boolean
    Dim ctl As Control
    TestAreAnyTrue = False
    For Each ctl In ZX
  12. Replies
    5
    Views
    464

    Hey Rory, Thanks for your reply, You gave...

    Hey Rory,

    Thanks for your reply,

    You gave me that code about 4 years ago:)

    Can you tell me why I can't get this to work?

    Passing ZX would be an arugment like Userform1.frame1.controls?
  13. Thread: Array Help

    by HUHandEH
    Replies
    1
    Views
    296

    Hi all, I am trying to populate an array fill...

    Hi all,

    I am trying to populate an array fill with values, I have a parsed text string that I would like to store with 13 seperate values. I would like the array to be dynamic, the reason for this...
  14. Replies
    5
    Views
    464

    Hi all, I am trying to test buttons again, I...

    Hi all,

    I am trying to test buttons again, I have a form with more than a few optionbuttons inside a frame control, in the frame, I also have other controls, but none that would give a true false...
  15. Replies
    2
    Views
    272

    Thanks Hans.

    Thanks Hans.
  16. Replies
    2
    Views
    272

    Hello everyone, I have an issue with I think...

    Hello everyone,

    I have an issue with I think not screen resolution, but screen size, I think.

    I created a form in Excel, on a standard screen, with Max resolution, 1280X1024, on one computer,...
  17. Thread: Array Help

    by HUHandEH
    Replies
    2
    Views
    279

    Thanks Hans, I'll take your advice on removing...

    Thanks Hans,

    I'll take your advice on removing the -1, from the (plate), because I am using the split function on the Arrparts, it has produces " " elements in the Array, so I'll keep the -1 when...
  18. Thread: Array Help

    by HUHandEH
    Replies
    2
    Views
    279

    Hi all, I am trying count down an Array, I...

    Hi all,

    I am trying count down an Array, I can't figure out how get all the items in the array to fill a listbox, my problem is I keep missing the last item in the array, this is just a snippet of...
  19. Replies
    2
    Views
    281

    Thanks Hans, ...

    Thanks Hans,
    http://windowssecrets.com/forums/images/smilies/evilgrin.gif
  20. Replies
    2
    Views
    281

    Hi all, I wanted to ask, can someone see the...

    Hi all,

    I wanted to ask, can someone see the error with this code, I keep getting an application error, object not set.....


    Thanks,
    Darryl.
  21. Replies
    2
    Views
    297

    Do you already have a list of names? on a...

    Do you already have a list of names? on a worksheet?

    Are you trying to accomplish in code?

    Thanks,
    Darryl.
  22. Replies
    5
    Views
    327

    You guys really are experts! I changed the...

    You guys really are experts!

    I changed the format of the cell to General, and input the value and it is ok now,

    Thanks,
    Darryl.
  23. Replies
    5
    Views
    327

    Hi all, I have a cell that within the cell...

    Hi all,

    I have a cell that within the cell the value repeats itself. I have tried many things to correct, checked the conditional formatting, there is none, checked everthing that I can think of,...
  24. Replies
    8
    Views
    476

    http://windowssecrets.com/forums/images/smilies/ro...

    http://windowssecrets.com/forums/images/smilies/rolleyes.gif
  25. Replies
    8
    Views
    476

    View Post

    Hans,

    Thanks, I figured it out, what a blast! I had the sheet in page break Preview, is the commandbar object only available in normal view?

    Thanks,
    Darryl.
Results 1 to 25 of 425
Page 1 of 17 1 2 3 4