excel & vb.net

  1. S

    Copy next Cell when cell is blank

    Hi. I am beginner to excel vba. I would like to ask simple question that I've been stuck for few days. So far, I have two columns, for example column L and M. I have to loop all column L and find the blank cell. If there are a blank cell, then, it will copy next value in column M. Roughly, the...
  2. D

    Excel VB Copy Paste alternate Row

    I have data in even row i would like to copy data from even row and paste into odd row and loop goes to last row of sheet. <tbody> A B C 1 2 Data1 Data1 Data1 3 4 Data2 Data2 Data2 5 6 Data3 Data3 Data3 7 </tbody> <tbody> A B C 1 2 Data1 Data1 Data1 3...
  3. T

    Including specific excel data into an automated Outlook Email

    Hello, I have been trying to set up an automated email system based on expiration dates of research supplies. I have set up a code in VBA that can send out an email to the appropriate employees based upon when the supplies have expired. I would now like to include specific cell data from excel...
  4. A

    My day1 out time showing as day2 in time as the shift ends after 6AM next date

    Hello Sir,I need a help. Actually I am a admin of a bio-metric device. There are 3 shifts are going in my office. In time Out time Date Shift1 6AM 2PM 5th April Shift2 2PM 10PM...
  5. R

    Error “Select method of Range class failed” when selecting range in VB.Net Excel workbook

    (First time poster, so please let me know if I did anything wrong with the question formatting/placement/content. Thanks) Brief intro: I'm working on an Excel workbook that was developed by someone else at my company in Visual Studio 2010 for Excel 2007/2010. I'm now coming back with Visual...
  6. U

    Copy a Range of Excel to an Array using VB.net

    Hello I'm trying to copy a range of cells from an excelsheet to an array in Vb.net. But the last line doesn't seem to be working! Any idea how I can fix the problem? Imports MyExcel = Microsoft.Office.Interop.Excel Dim MyArray (3) As String MyArray = MyWorksheet.Range("D2", "D4").Value I...

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