cellscurrentrow

  1. B

    Saving updated data record on current line vs saving new record

    Hello, Current userform has a save button, wich adds data to sheet 1, Added Search Button to find saved data for editing. If I use save button for Updated information it adds the information like new data at the bottom while old version still in the list. I added update button to use only when...
  2. B

    VBA Search for any of three items, return whole row or rows of matching data.

    <colgroup><col span="2"><col><col><col><col span="2"><col><col><col><col><col><col><col><col></colgroup><tbody> I recently added a search button to my userform, But it does not seem to search. I am trying to use existing Text Boxs for searching by either Customer...
  3. K

    Delete a row from a listbox and worksheet simultaneously and bring up row below

    Hello Everyone, I could really use some help with my userform andlistbox. I have a userform that containsa listbox with several lines of data. When the user double clicks on a row in the listbox, it populates aseries of textboxes below. The userformalso has all the basic buttons, Delete, Add...
  4. S

    Find previous from last selected

    Hi all Can someone help me with the following issue: I have written a successful routine on the userform to find the last entry. I want then to go to the previous record until the user finds the one he/she wants and also be able to return to previous. I have separate buttons for previous and...
  5. B

    UserForm VBA code to update data

    Hi All, I have a UserForm which I use a combo box to select a row of data. I want to be able to add/edit the data in that row from the UserForm. However, I keep getting a Run- time error '1004' when I run the cmdSubmitData code to update 2 cells. Any assistance would be great. Cheers Here is...
  6. E

    Syntax Error for Load Me()

    Hello, I got fairly easy problem one of you may know the answer too. I just couldn't figure out. I have a userform, when its triggered, text boxes get populated. The data in the text boxes are coming from cell values in another sheet. However when I execute my Macro in the other sheet where...
  7. J

    Change Event Actions (Change Back Color & Open Dropdown for the Next ComboBox) For UserForm

    Hello, First time poster and Self taught VBA Novice here in need of some assistance. I'm running into trouble getting my Userform to chnage the backcolor of controls based on dropdown selection and then select focus and open the dropdown menu of the next combobox. I shouldn't say it doesn't...
  8. C

    Userform must always display data on Sheet1 while on any other sheet.,..

    This code displays data in Userform1 on the active sheet(in the background [showmodal = false] Private Sub UserForm_Initialize() currentrow = 2 'currentrow is a global variable of type Long lastrow = Sheets("REGISTER").Range("A" & Rows.count).End(xlUp).Row TextBox1 = Cells(currentrow, 1)...
  9. S

    Adding data to a tabel fails secons time

    Hi I have a userform that have a code that adds data to a tabel. I have a strange problem. When I click the button the first time it works great. It adds the new row in the tabel but when I try to add the second product I get this error: Run-time error '2147417848(80010108)': Method 'Add' of...
  10. L

    Findnext and previousnext code

    Hey fellas, I have a userform with everything working fine aprt from my Find_Next and previous command. What happens is that it keeps giving the same results while it should finding all data that matches by search criteria. If anyone could help me in this, I would really appreciate. Private Sub...
  11. T

    Sending Email VBA from a Shared Mailbox

    Folks just need a sense check and confirmation that this is the right way forward? This my current code - It works fine and does what we need in terms of creating, attaching and sending e-mails Sub Send_Files() 'File to e-mail out the corrosponding sheets for Suppliers were needed Dim...

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