+ Reply to Thread
Results 1 to 2 of 2

Variable Number Format

Hybrid View

  1. #1
    Registered User
    Join Date
    01-17-2013
    Location
    Austin, TX
    MS-Off Ver
    Excel 2007
    Posts
    84

    Variable Number Format

    I'm trying to make math_percent be a specific format so I can use it in an e-mail later. However, this part of of the code doesn't work, math_percent.NumberFormat = "0%, why is that? I get an Object Required error, but I don't know what object I need and how to find out.

     Sub Whatver()
        Dim math_percent As Variant
        Dim wk9 As Worksheet
        Set wk9 = ThisWorkbook.Worksheets("Scorecard")
        math_percent = wk9.Range("G13").Value
        math_percent.NumberFormat = "0%"
     End Sub
    Thanks for your help.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Variable Number Format

    Hi,

    Try
     Sub Whatver()
        Dim math_percent As Variant
        Dim wk9 As Worksheet
        Set wk9 = ThisWorkbook.Worksheets("Scorecard")
        math_percent = Format(wk9.Range("G13").Value
        
     End Sub
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamic Chart: Variable Y-Axis Number Format?
    By tgallag1 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 01-19-2015, 05:45 PM
  2. [SOLVED] Calculate average of variable number of cells variable number of times
    By WeirnetherlandsBart in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-06-2014, 10:11 AM
  3. Syntax to add a variable for Row Number in R1C1 format
    By Jon.R in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-09-2011, 10:29 AM
  4. Variable number format before value entered
    By blaxal in forum Excel General
    Replies: 2
    Last Post: 09-24-2009, 01:20 AM
  5. Number variable loses format on write
    By Halray in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 08-31-2005, 01:05 AM

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