Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: arunmd1
  • Content: Threads
  • Order by date
  1. arunmd1

    Command to find the time taken by a loop

    hi all. I need to find the time taken by my program . The way in which i am doing this currently is by storing the start time and end time of the program and finding the difference. I want to know whether there is any specific commond to find the time taken. Any help is appreciated !!! - Arun
  2. arunmd1

    How to do Rounding a decimal part of number to 3 digit?

    Hi I need to round real numbers to 3 decimal places . There is no function round is available in FORTRAN . How to do it ?
  3. arunmd1

    help required in folder picker option

    Hi , Now my requirement is , i should allow the user to select only a folder browsing thru a dialog box. I cannot use Browseforfolder since it doesnot provide the option to go back behind the starting path and also it doesnt remember the path of the last selected folder. I can use...
  4. arunmd1

    Help required in file diaolog folders

    Hi guys, Now the following is the code that i used to get the path of the folder that the users selects by browsing. It is workin fine in Excel 2003. But it is not in 2000. Can u suggest a solution ? 'Open the folder dialog With Application.FileDialog(msoFileDialogFolderPicker)...
  5. arunmd1

    Hepl required in using Browseforfolder command

    Hi friends, I am a creating a tool in Excel using VBA. In that once the user click on "Load" button, the tool should allow the user to select the folder which contains the input files. By default the path of selection will be starting from Desktop. Now if i specify the (starting) path...
  6. arunmd1

    Deleting a series from a chart -- help required

    Hi guys, I need a help. I am tryin to delete a series from a chart. the problem is for that series xvalue is chosen from a cell and the cell is currently empty now.( note that it is none and not zero also). When i try to delete it using boht methods it is showing error. I tried using for...
  7. arunmd1

    To display a msgbox when a particular error occurs

    Hi guys, I need a help. In my current work , i am encountering a situation such that if the user selects a wrong folder instead of the correct folder, my program is entering debugging mode and it is displaying error such that "Path not found". Instead of this i need my program to display...
  8. arunmd1

    Using a variable name in Charts source data - Help

    Hi friends, I am working with charts now.I have a variable now . "Temp = 19" In the following piece of Code instead of R19 , i have to make use of the variable "Temp" Something like R" & Temp &" ActiveChart.SeriesCollection(1).XValues = "='Summary Data'!R19C10:R28C10" What is the correct...
  9. arunmd1

    Doubt in setting the value of a checkbox... Urgent

    Hi guys, I need a help.I am creating a tool in excel using VBA. There i have some checkboxes to initiate some actions. I have also provided a command button( Clear ) to clear that cases. The actions to be performed when the user switch on or switch off the checkbox is different. But if the user...
  10. arunmd1

    How to convert String literals to integers ?

    Hi . my program is reading a string '0.5' from a supplied input file. I have to convert this into a real value of 0.5 Does anybody know how to do it?

Part and Inventory Search

Back
Top