fsname

  1. kelly mort

    Look for item in two columns vba

    Hello, I have yet another issue here with me. Below is a code I am using to track the availability of an item under the "textbox enter evet". It's working okay for now. However, I am trying to also track the item when the textbox changes its contents. That is when I click my listbox to...
  2. kelly mort

    Code failing to place item at required location

    Variables Private fEnterValue As Variant Private fNameID As Variant Private fChangeValue As Variant Private fSName As Variant Textbox enter event Private Sub freg2_Enter() If freg3 <> "" Then fEnterValue = Trim(freg2.Text) Select Case freg3.Text Case "X", "Y", "Z" For Each fSName...
  3. A

    Save As Button

    I am trying to write some VBA so create a save as button that saves the document into the correct location and creates the correct file name... I am a bit of a VBA noob, I can do basics but this has me stumped!:confused::confused: Please see the code below that I have tried to butcher from...

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