• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. C

    Can we import a file using macro or VBA code

    If i want to import text file using VBA or Macro i can use below code Fname = Application.GetOpenFilename("Text Files (*.txt),*.txt", , _ "Select Text Data File") but does not work if we need to perform few steps Under file origin section after opening the file using above code. Is there...
  2. C

    Name a sheet by a value which is received from Input box.

    If we have a variable "Flname" which contains value in a string format and the value is accepted from Input Box then how can we use that variable to name a sheet. Name of the Sheet to be displayed should be the value stored in the variable or the value accepted through Input Box. Ex. Flname =...
Back
Top