myval

  1. V

    multiple excel files into one VBA - problems whit inputbox

    Hello every body, i hope that some of you guys are able to help me out. i have to get multiple excelfile into one file, but i want to make an inputbox, so that the user are able to choose between different folders. The code looks like this so far: Sub Samling() Dim FolderPath As String Dim...
  2. V

    VBA to filter on a column with Dates

    Hello all Can anyone please spot my error on this code I am trying to filter on dates Greater than Today() It is applying the filter on the correct column but it's not applying the value, net result everything is filtered out Dim Myval as Date MyVal = Date FilterRange.AutoFilter field:=24...
  3. T

    VBA to select multiply entries from a selected sheet.

    Hello all, I am looking for a vba code that will give a input form with 2 drop boxes that will define the data to pull from a sheet that is specified. I have a workbook that covers the years down time, each sheet is a separate month. I will be required to select at the end of the month a...
  4. Jan Kalop

    VBA what is wrong

    What is wrong with bellow VBA code Sub TwentyfiveRandOf25ONLY6() Dim myVal As Integer myVal = Range("AT36").Value Dim i As Long Dim randIndex As Long, temp As Long For i = 1 To myVal anArray(i) = i Next i For i = 1 To myVal Randomize Do...
  5. T

    Opening workbook with multiple worksheets

    Using this, I can choose a file to open: Dim Selector As FileDialog Set Selector = Application.FileDialog(msoFileialogOpen) Selector.Show Dim Selected As Boolean If Selected Then Selector.Execute Dim wb As Workbook Set wb = ActiveWorkbook Dim MyVal MyVal =...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top