Results 1 to 12 of 12

How do i assign “ActiveCell.FormulaR1C1” to read a cell value instead typing it?

Threaded View

  1. #1
    Registered User
    Join Date
    01-30-2020
    Location
    Germany
    MS-Off Ver
    Excel 2016
    Posts
    34

    How do i assign “ActiveCell.FormulaR1C1” to read a cell value instead typing it?

    0


    I am writing a code to display the properties of a Honda car when a macro button is pressed. However, i could only type fixed Strings like "Honda", "Motorized seats" etc. into the code which is not very flexible.

    I wish to replace "Honda" with the cell value so when i change the value of cell in my worksheet, the code will read the updated cell value and process accordingly.

    If HondaButton.Value = True Then
    Range("B20").Select
    ActiveCell.FormulaR1C1 = "Honda"
    Range("C20").Select
    ActiveCell.FormulaR1C1 = "100"
    Range("D20").Select
    ActiveCell.FormulaR1C1 = "Motorized seats"
    Range("E20").Select
    ActiveCell.FormulaR1C1 = "Red"
    Range("E21").Select
    Any help or suggestions to improve would be great. Thanks!
    Last edited by trippyninjas; 02-12-2020 at 09:28 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Variable in ActiveCell.FormulaR1C1?
    By russwongg in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-18-2016, 10:56 PM
  2. what is the activecell.FormulaR1C1 method
    By kisanvikas2015 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-23-2015, 06:30 AM
  3. Customize ActiveCell.FormulaR1C1
    By smartbuyer in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-26-2013, 10:46 PM
  4. Concatenating literal, with ActiveCell and FormulaR1C1
    By LydiasDad in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-29-2011, 06:40 PM
  5. ActiveCell.FormulaR1C1 Dynamic Row
    By goldenbear10 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-07-2009, 04:47 AM
  6. SumIf in ActiveCell.FormulaR1C1 ?
    By RitaP in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-20-2006, 02:20 PM
  7. [SOLVED] ActiveCell.FormulaR1C1 Sum Function
    By mb in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-29-2005, 07:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1