front

  1. P

    Enter department next to earnings, deductions etc.

    Hi all, I would like to use a VBA code so that to copy next to each earnings or deductions or contributions, the department which is in col. “C”. Therefore, that the rows are not stably and I present just an extract of data. There are also deductions & contributions. Below the original data and...
  2. T

    Zero Fill a range of unique numbers

    Thanks for your advice. I have thousands of lines of unique 16 digit numbers. I would like to front zero fill digits 17 thru 20. Thanks again - Tom
  3. P

    how to add <b> to text

    Hi please can you help me, I have the cold below where I want the "comments" to be in bold, how do I do this please? I have tried the <B> in front of the comments but this didn't work. "Comments: " & Me.TextBox9.Value & Chr(10) & _
  4. H

    Need a value to be in exponential format and then converted to a text with a symbol in the front.

    Greetings I use the following notation to report certain values. >1.000 <0.0001 These values are in units of micromolar. I would like some code to convert them to the following. >1.00E-06 <1.00E-10 I have something like this.. Sub Tidy_IC50() ' Tidy IC50 value if >1.000000 Dim dData As...
  5. P

    VBA: Email each worksheet to a specified recipient

    Hi, I have a workbook showing the jobs which consultants are being paid for in the latest payment run. This consists of a front sheet and then a sheet for each consultant. I'd like to run a macro which emails the relevant sheet as an attachment to the relevant recipient. I would imagine...
  6. B

    Move selection to front, then de-select commands added to current Macro

    I found the below Macro for selecting all lines on my page and it works great. Can someone tell me what I need to add to it to move all the selected objects to the front, then de-select everything? Thanks! Sub Macro1() Dim aShape As Shape Range("a1").Select For Each aShape In...
  7. E

    Front / Back buttons not working

    I am on Win10 using Office 360. I added the Front and Back buttons but they remain "dimmed out" non-functional. Any explanations as to why?? Thank You -emp1953
  8. L

    How to bring picture in front in VBA

    Hello... I'm using Excel 2010 and I have an issue with some pictures. I load some pictures with the below code and I want to remove a specific one or bring in front the other one. The problem is that any time I load a picture the excel name is different and I dont know a way to find that name to...
  9. K

    save workbooks periodically

    My excel crashes a lot and when it does i have to resave and rename all of my workbooks, usually about 7 into their individual folder. i'm tired of this. i'm trying to get excel to save all workbooks periodically. the problem with the following code is that it freezes excel while its running...
  10. J

    VBA Web strip problem

    My employer asked me to strip https://www.citb.co.uk/cards-testing/online-card-checker/ to check all employees of valid constitution cards. All code is working fine but at some point after number of "For each" my VBA returns error. It turns out that cookie notification go at front of the web...
  11. J

    Many Formulas in one cell

    Hello knowledgeable users! I am trying to fix a series of numbers. in E2 it reads: 20180809173450Z I want it to be: 08092018 This is what I have so far: =MID(E2,7,2)&LEFT(E2,LEN(E2)-9) Which returns 09201808. Ok almost there, just have to do that same thing to put 08 in front of the...
  12. J

    Front End Database - Saving

    Hello- Curious if there is a way to save a form that is used mulitples times that is in a front end database? I dont see how you can save and will that effect the back end database feeding the information in? Thanks!
  13. B

    Need to set print area on a sheet that I email

    Hey Gang I have a macro that selects the print area of a single page in a workbook and emails it to a list. When the page is received and viewed it displays as two pages (Front & back of the page). But when the people receive the page and attempt to print it it defaults to printing 6 pages and...
  14. P

    Convert the dd/mm portion in dd/mm/yyyy format to yyyymm format

    Hi, I'm trying to convert a date that's typed as "11/12/2018" into "201211". So I want to drop the year, convert the 12 into 2012, move it to the front, and follow it with the 11. Some of the dates have less digits. For example 7/15/2018 would need to become 201507. Thanks!
  15. M

    Sum product index Match

    Hello, I am trying to do a sheet where i look up data and bring back a total. I have 2 spreadsheets 1 with the data and 1 as a front sheet. I need the front sheet to look at the data and bring back the total. This is the data sheet <colgroup><col><col><col span="4"></colgroup><tbody>...
  16. J

    Access Spilt DB BE

    Hello- I have created a spilt DB for users who will be using different forms from the front end database. I have come to find out that when updates are made to the backend database they will not transfer to the front end database unless the backend database is saved on a shared network. The...
  17. M

    VBA - Bring newly opened workbook to front

    I have a userform and when I click on a button, it opens a new workbook, but the workbook is behind the userform. I want to bring the new workbook to the front, without having to hide the userform, so when the person is exits the new orkbook, the userform is still there for use. Thanks Mike
  18. C

    dashboard table

    Hi, I created a dashboard for work and a part of the screen it allows you to select different charts (Top location breakdown, custmer breakdow etc.. Basically when criterai in cell is select it will bring that chart/analysis to the front of the area. They asked if I could add Key stats option...
  19. A

    Another User Has Exclusive Access

    I can't get multiple users in a new database. When I've written previous databases, I split them and made multiple front ends and had no issues. I've been working for weeks on this and can't figure it out. What I've Tried: 1. The database is split and the BE is in a separate folder from the...
  20. bfreescott

    Can I change the zOrder of stacked objects with a linked cell?

    I need a non-VBA solution to bringing objects to the front (or making visible, etc.).

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