elements

  1. T

    Check if cell contains !

    I'm submitting a chemistry report but some of the elements are listed in % and some in ppm. I want to change all elements to %. The elements reported in ppm have an exclamation point in the cell containing the element symbol. I would like vba to copy each column and place the copied data two...
  2. K

    How do I find common elements in two different arrays<

    Array 1 = {"DX";"DZ";"WX";"TX";0;0;0;0;0} Array 2 = {"BX";"CX";"DS";"EX";"FX";"HX";"IX";"KX";"LK";"N";"NX";"OP";"SK";"SX";"TX";"WX";"ZX";0;0;0} How do I make an array that combines elements common to both arrays that aren't 0? I'd expect {"WX";"TX"} as a result.
  3. M

    determine how many elements an array will have

    Hi newbie needing to know how to declare an array where we don't know how many elements due to always increasing I have a list in A1 to A10 and need to use lastrow to declare array also would like to display msgbox after the loop to give a list of all items (don't know if this would be join or...
  4. Roderick_E

    Excel as Interface

    Ok so I'm about to move into the wonderful world of Access DB, but I want to continue to use my Excel skills. I intend to create a workbook that will pull just certain elements from the Access DB. I don't need to download the entire DB each time do I?
  5. M

    VBA HTML - how do I access elements of Google Chrome

    Hi, I am familiar with accessing the elements of a webpage using the CreateObject("InternetExplorer.Application"). I was wondering if there is a similar way to access the elements of Google Chrome and Firefox Mozilla ? Thanks.
  6. diddi

    Getting elements of a Type declaration

    hi I was wondering if it is possible to determine the elements within a declared Type. so as an example, I have a variable "Invoice" as declared Type Invoice Job As Integer CustomerRef As String * 20 Amount As Single End Type Dim MyInvoice as Invoice is there some way of...
  7. B

    VBA Get Elements About

    Hello, I want to get elements image src links from web to my excel sheet, For example link: https://www.ebay.com/rpp/sales-events-en/GEO-Favorite-Fashion-FS-ROW/for-her Can I get this link ? https://i.ebayimg.com/images/g/5zwAAOSw3ydVwx4e/s-l400/p.jpg http://prntscr.com/i24m4t Thx for helping.
  8. A

    Font Colour in Comment

    I believe this changed in Excel 2007 (from 2003) where this worked .Characters(1, l).Font.Color = RGB(153, 51, 0) I thought it was now .Font.ColorIndex but that didn't work either. Also, is there any way to debug.print all elements before ".Characters" to check what they are? Thanks.
  9. K

    Mapping data using formulas.

    I have 2 sets of data in 4 columns. In DB1 is the main database. DB2 is the information extracted from a vendor application. DB1-SystemName DB1-ipaddress DB2-SystemName DB2-ipaddress What I am trying to achieve using excel formulas is to map the data elements to DB1 elements. The...
  10. R

    All combinations of k from n from different groups, whose sum is in a specific range

    I'll make an example. I have three groups: <code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans...
  11. T

    Rename grouped control elements

    I’m building a excel sheet where i’m using a template sheet that I copy to a new sheet whenever I need it. This works fine but I have one problem as I have created a group of control elements in order for me to maintain their relative location to each other. But when I copy the control it...
  12. V

    Macro(s) / Excel formula(s) to automatically extract multiple elements from a complex string

    <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> Hello! As I got no answer yet and need it as fast as possible, I return to my message posted before on MrExcel forum. It’s focused on extracting some specific elements...
  13. V

    Macro(s) / Excel formula(s) to automatically extract specific elements from a string

    <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> </o:OfficeDocumentSettings> </xml><![endif]--> Good evening! I posted yesterday a message on MrExcel forum, focused on extracting some specific elements (marked in the attached document by red colour) in two other cells...
  14. M

    A way of retrieving the number of elements in a VBA Array

    Hi Guys, I have a small project of developing some VBA Code to simplify a spreadsheet for specifiing IO for Control Systems. In my VBA Code, I have utilised an Array in order to work with the specified spreadsheet range as CountIF will not do what I want it to do (Long Story). Anyway, I would...
  15. I

    2 question: Concatination of Array and access to arrays element in cell

    Hi everyone! Here is a task about array, I can't resolve. I have the array like {text1,text2,text3} and I want to joint elements of the array in string like "text1text2text3" I try to use array formulas, but it doesn' work :( Why Mcrosoft haven't realize sum-like formula for text :confused...
  16. Y

    Website element value copied to Excel cell from Chrome Browser

    Let me first say that this process does work when I am going from Excel (2007/2010) to IE 7/8, although it is slow it does the job. Essentially what it does currently is that it takes the address and copies and pastes it into the USPS website to check and see if there is a valid zipcode and...
  17. JackDanIce

    Close workbooks saved as elements in an array

    Hi all, I have an array of data type Variant, who's elements are workbooks opened by a user. The array size is static, which for now isn't a concern but I can't work out how to close the workbooks in the array via a loop and the usual vba code of Workbooks("file").Close Code I have that...

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