Search:

Type: Posts; User: JJJCR_FOX

Page 1 of 6 1 2 3 4

Search: Search took 0.09 seconds.

  1. Re: Excel 2010 consumes a lot of memory

    hey, thanks for the reply.

    i had checked there were no VBA codes, no hidden WS.

    I was suspecting that the file might have been corrupted during the conversion from 2003 to 2010.

    Just used ...
  2. [RESOLVED] Excel 2010 consumes a lot of memory

    hi gurus, i had this excel file which was converted from 2003 to 2010, by using file save as method.

    the files consumes memory up of to 1.6GB.

    I'm not able to print the file, because every time...
  3. Replies
    2
    Views
    9,595

    Re: Search Box on page

    i've found one, from this link: http://www.designchemical.com/blog/index.php/jquery/live-text-search-function-using-jquery/
  4. Replies
    2
    Views
    9,595

    [RESOLVED] Search Box on page

    hi guys, is there a way to create in Jquery to have a search box and search for the data within the HTML page.

    In the HTML page, there's a lot of <a href="http://sample.com">Sample </a> links.
    ...
  5. Replies
    3
    Views
    19,520

    Re: Jquery list files on a folder

    Thanks tr333 for your reply,I think PHP can do this job.
  6. Replies
    2
    Views
    7,871

    Re: PHP List Files in a Directory

    Thanks, Rossonero for your reply :)

    changing this line:

    $directory = explode("\\", $path);

    to:

    $directory = explode(DIRECTORY_SEPARATOR, $path);
  7. Replies
    2
    Views
    7,871

    [RESOLVED] PHP List Files in a Directory

    hi guys, I have this code which I got from the web.

    Why is it's not able to read the folders in c: drive?

    What I mean is, I'm using Wamp for Windows and if I run this file the default directory...
  8. Replies
    3
    Views
    19,520

    [RESOLVED] Jquery list files on a folder

    is it possible to list all the files on a folder using jquery?

    Thanks.
  9. Replies
    1
    Views
    2,540

    Excel Workbook Author

    hi guys, is there a way to protect the excel author workbook?
    The one who created the workbook.

    Because the author can easily be changed to any name, don't know if it can be protected via vba or...
  10. Replies
    5
    Views
    8,320

    Re: jquery display text

    hi akhileshlbc, thanks it works!

    it does not work because of the style tag:

    <style>
    <script src="http://code.jquery.com/jquery-latest.js"></script>
    </style>

    but it works if i removed...
  11. Replies
    5
    Views
    8,320

    Re: jquery display text

    hi akhileshbc, thanks for your help.

    it works on the fiddle url that you posted.

    but when I tried to save the file as an html file, it doesn't work.

    anything i'm missing? thank you.
  12. Replies
    5
    Views
    8,320

    [RESOLVED] jquery display text

    hi gurus,

    need your help. I had tried making this simple html with jquery.

    I want to display the text on the input button to the text area simultaneously.

    how do i do it? please check code...
  13. Re: Get Worksheet Name from a close Workbook

    Thanks Kevin, appreciate your help. :)
  14. Re: Get Worksheet Name from a close Workbook

    hi kevin, sorry for being so Noob.
    but i'm getting error like excel.application, excel.workbook is not defined, OleDBConnection is not Defined

    i had tried to add: Imports Microsoft.Office.Core...
  15. [RESOLVED] Get Worksheet Name from a close Workbook

    hi guys, how to get worksheet names from a close workbook, in vb.net?

    thanks.
  16. Replies
    1
    Views
    793

    Load PDF on pageload

    hi guys, any ideas on how to load a pdf file upon page load?

    is it possible if i used html tables, can i load a pdf on it?

    any ideas is greatly appreciated. :)

    Thanks in advance.
  17. Replies
    3
    Views
    7,063

    Re: how to use this jquery code?

    hi danasegarane, thank you so much bro for your help ;)
  18. Replies
    3
    Views
    7,063

    [RESOLVED] how to use this jquery code?

    $("#myContentRegion").delegate("img", "hover", function(){
    $(this).animate({
    width: 200, height: 200
    }, 5000, function() {
    $(this).animate({ width: 100, height: 100...
  19. Replies
    1
    Views
    500

    Re: php email

    Hi guys, found this on php.net manual. solved my issue.

    it can be accomplished using this method. hope this will help one day with beginners like me.

    to send to multiple recepient can do like...
  20. Replies
    1
    Views
    500

    [RESOLVED] php email

    hi guys, how to add an email address for this statement:

    mail('myemail@email.com',"title",$text,$headers);

    to add another email for this can put like this:...
  21. Thread: Form to CSV

    by JJJCR_FOX
    Replies
    1
    Views
    990

    Form to CSV

    hi guys, any ideas on how to start. user will type data on a form then upon clicking on submit button, then send to a particular email.

    but when the recipient receives the info or data it should...
  22. Replies
    7
    Views
    856

    MsOf07 Re: Excel Form

    first click on button of form1 to display form2. form1 will hide and form2 will display.

    then close form2. form1 will display.

    click again on button on form1 to display form2. form1 will hide...
  23. Replies
    7
    Views
    856

    MsOf07 Re: Excel Form

    hi westconn1, had tried taking out the unload me on the terminate event but makes no difference. the form still hang. any ideas?
    thanks.
  24. Replies
    7
    Views
    856

    MsOf07 Re: Excel Form

    Hi westconn, it's just a simple hide and show. i don't know why it's messing up.



    userform1 button:
    userform2.show
    unload me
  25. Replies
    7
    Views
    856

    MsOf07 [RESOLVED] Excel Form

    Hi need your help guys,

    i got two forms on excel, userform1 and userform2.

    When i click on userform1 button to display userform2, it works okay but when i close userform2 and click the button...
  26. Replies
    3
    Views
    880

    Re: robot.txt

    thanks guys, SambaNeko the job posting is good..i'll ask our HR to do the same..hahah
  27. Replies
    3
    Views
    880

    [RESOLVED] robot.txt

    hi experts, using a robot.txt on a site. Will it help to increase the web traffic? or what are your thoughts and suggestion on this?

    any inputs is greatly appreciated. :)
    Thank you.
  28. Re: Macro to copy data from one Excel wb to another

    what's the error being displayed?
  29. Re: Macro to copy data from one Excel wb to another

    replace the word "Template" with the name of your actual workbook where you want to copy the data
  30. Re: Macro to copy data from one Excel wb to another

    hi try this:



    Option Explicit

    Sub Update()

    Dim strData As String
  31. Replies
    5
    Views
    2,130

    VS 2010 Re: VB 2010 Express Ed Sql error

    Protected Const SqlConnectionString As String = _
    "Server=(local);" & _
    "DataBase=;" & _
    "Integrated Security=SSPI"

    Please help.. Thanks :)
  32. Replies
    5
    Views
    2,130

    VS 2010 Re: VB 2010 Express Ed Sql error

    Yes, it's installed.
  33. Replies
    1
    Views
    570

    Closed Workbook

    i have trawl the web, and it's possible to get data from a closed workbook..but is there a way to preview a worksheet from a closed workbook? thanks for any input.. :confused:
  34. Replies
    4
    Views
    2,063

    Re: Run Time Error 1004

    hi, dseaforduk.. looks like the code you posted is okay..so i suppose the error is not coming from that code.. :)
  35. Replies
    5
    Views
    2,130

    VS 2010 VB 2010 Express Ed Sql error

    hi guys, trying to get my hands wet on vs 2010 and i downloaded samples from ms site but when i tried to run some of the DB samples i received this sql error:

    A network-related or...
  36. Replies
    5
    Views
    7,415

    Re: Get userform Coordinates.

    check out this link from MS it might give you an idea:-> http://msdn.microsoft.com/en-us/library/aa984420(VS.71).aspx
  37. Re: Word Boss gave me code, where to start?

    hi remuladgryta, that code alone can't run..you might need to ask your boss for some other details, like userforms, buttons and other things. if he's not willing to give then you might need to do it...
  38. Replies
    4
    Views
    4,971

    Re: change keyboard layout globally

    check out this link :-> http://allapi.mentalis.org/apilist/ActivateKeyboardLayout.shtml
  39. Re: Copying data from one workbook to another problem.

    hi pan20,

    in your code:
    have you tried to specified the sheet before selecting the cells ?
  40. Replies
    4
    Views
    579

    Re: update code help

    what help do you need for this code? what are you trying to do?
Results 1 to 40 of 233
Page 1 of 6 1 2 3 4



Click Here to Expand Forum to Full Width