The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
23 views

changing background image of table dynamically

I'm trying to change the background images of table cells with javascript and i do so by creating the name of the image inside the code using the counter index in a for loop (i) This doesn't work, ...
0
votes
2answers
25 views

Validate unique cell value in extjs 4

I have a grid with a textfield column. I want to make sure user enters unique data into the cell. But if I use validator event, it validates as soon as the cell gets clicked. I want to validate it ...
0
votes
0answers
14 views

iOS: Indenting while editing “hack” not working properly

I had the issue that while changing to editing mode, my table view cells content didn't indent correctly due to the whole auto layout issue. So I've found this "hack" on Stackoverflow and copied it ...
1
vote
1answer
30 views

Need help /w Excel vba macro

I recently started working on an Excel spreadsheet that needs to have most of it's cells protected from editing. I can't protect the sheet in the usual way because I work with groups, you know, those ...
0
votes
2answers
38 views

Secure usage of Cell_handle in a CGAL Delaunay triangulation after point insertion

I'm planning to write an algorithm that will use CGAL Delaunay triangulation data structure. Basically I need to insert some point into the triangulation, save reference to some cells, and then make ...
0
votes
0answers
19 views

Responsive table cells in Nokia Lumia

I do a lot of web design and the latest problem I ran into which I cannot figure out is responsive design, table cells and Nokia Lumia. I have set up the media CSS and when the screen goes to a ...
0
votes
0answers
9 views

Excel: Select all that are not in a set of values (and delete) [migrated]

Does stackoverflow do excel? I have a list of zip codes, but only a handful of them are needed. In excel, how do you select all rows which do not meet (or inversely meet) a set of criteria?
-2
votes
1answer
22 views

Need to Select all Cells in the WorkBOOK to replace all “=” with “####”

I need the Excel VBA code for selecting all cells in my workBOOK (not sheet). There are plenty of Sheets("Name").Cells but i dont see a simple way of all cells across the workbook. I need to replace ...
0
votes
2answers
39 views

Increment Cell Ref in Formula for each Cell within a Column

Forgive me for my ignorance but I need help with the following code Sub D3() Dim currentRow As String Dim sTemp As String sTemp = Range("D3").Formula 'cell in sheet that needs reference to be ...
0
votes
1answer
68 views

Border of cells in a TableView inside a ScrollView

I have a very strange problem; i hope somebody knows what this is. I build a table in a scrollable view, with a 2px thick cells border. On a tablet (Samsung galaxy 10.1) it's perfect, while on galaxy ...
0
votes
1answer
95 views

How I can read a cell in excel with C#?

I want to make an excel tool in C#. The tool must open every excel document in a folder and look in the cell E1 for a value. If the cell holds the value I searched for it will be deleted and the ...
0
votes
1answer
39 views

Transfer a specific function to VBA code

I need help transferring a function to VBA code, can anyone help me? Here is the function: =IF(H4&I4&J4="TEXT"&"TEXT"&"TEXT";"TEXT"; IF(J4&I4="TEXT"&"TEXT";H4; ...
0
votes
0answers
61 views

Type Mismatch while populating an array with values from a range

I am working on the following code which populates an array with values from a column of cells in A1:A14 from an Excel Sheet. Because I will be working with several columns, I realized it will be ...
0
votes
0answers
37 views

Silverlight 5 DataGrid Merge Cells

I need to merge cells across multiple rows. Something similar to a RowSpan on the cell. This is because I have two columns in the grid. Column 1 can have duplicate values that relate to the values in ...
0
votes
2answers
40 views

Placing of Cells next to each other instead of under each other [closed]

I'm currently working on a project and I need to make the cells of my table appear like below: | | [Cell One] [Cell Two] | Image | | | [Cell Three] [Cell Four] Despite googling and ...
1
vote
1answer
74 views

Showing names in Excel cells does not work

I use this function (this is Excel 2007, file type is *.xlsm) Public Function CellName(oCell As Range) As Variant Dim oName As Name For Each oName In ThisWorkbook.names If ...
1
vote
3answers
300 views

Count number of rows with blank cells (Excel / VBA)

Hi i'm trying to count the number of rows which contain blank cells. (I know there are 963 blank cells, i just don't know how many rows they're spread across) I've very limited knowledge of VBA and ...
0
votes
1answer
169 views

set a range from different worksheet and vlookup function

this one should simple, but i do know why it doesnt work. This code is working properly : Sub test_range() Dim Range1 As Range Set Range1 = Sheet4.Range("B2:F6081") End Sub but when i try to ...
0
votes
0answers
28 views

How to hide columns for specific users in shared Google spreadsheet

My plan is to share my Google Spreadsheet for specific users but I would like to specify which columns will be visible/editable for the user1, user2, ... Is it possible do this in Google Spreadsheet ...
3
votes
2answers
201 views

No Duplicates in DataGridView

I'm working in C# displaying some data in a DataGridView and I'd like it to not allow you to add a duplicate key.. Right now, my DataGridview is pretty simple with just 2 columns. One is called "Key" ...
1
vote
3answers
111 views

Draw tick border around group of cells (TableLayoutPanel C#)

I'm making a sudoku field in a windows form application (c#) I've used a TableLayout to make my boxes to put labels in for the numbers displayed in the sudoku, now I need a thick border around every ...
0
votes
3answers
86 views

MATLAB: Multiplying elements of a cell array with another matrix to create a new cell array consisting of the products

I have a cell array A consisting of a number of (2x1) matrices. I have another matrix B (2x2) which I intend to multiply with each element of the cell A. In other words, every matrix within the array ...
1
vote
1answer
198 views

how to rotate text left 90 degree and cell size is adjusted according to text in html

Suppose i have table with some rows and column,so i want to rotate text in cells something like this: problem is when i rotate text using style : #rotate { -moz-transform: rotate(-90.0deg); ...
0
votes
2answers
58 views

how to remove particular cell from HTML table?

Suppose i have HTML table and i want to remove one cell from HTML table something like this : i have changed cell border color to white since the border color of whole table is black so it is ...
0
votes
1answer
71 views

VBA, how to make formulas visible in Excel

Dim n As Double n = Sh.Range("B10").Value Dim rate As Double rate = (datefin - datedepart) / n Cells(13, n + 3) = datefin For y = n - 1 To x Step -1 Cells(13, y + 3) = datefin - rate datefin = ...
0
votes
0answers
37 views

Need to change from userform popup on click to data entered.

So after getting my worksheet perfect and having an employee "run" it live... I've found a few things that don't work as well as I thought and need to make some changes. I have userform in columns Q R ...
0
votes
1answer
77 views

How to Lock the data in a cell containing formulas so that they cannot be edited in excel using vba

I am in a very strange situation in VBA. I am new to VBA and struggling since a couple of days in solving this problem. I want to Lock the top three rows and the first three columns of my excel sheet ...
0
votes
1answer
76 views

sumifs using range cell - error 1004

i need your help. if i'm running this code, there are no problem occur ( be attention on Sheet1.Range("F2:BL6991")) Colnumber = Sheet2.Range("A1").End(xlToRight).Column 'MsgBox (Colnumber) ...
3
votes
2answers
40 views

extracting the index of a certain character in a cell array

I have a cell array like this: and I want to extract the index of 2 in this cell array so I used these lines of codes: for i = 1:size(idx,1) if idx{i,1} ~= [] index = i; end ...
0
votes
1answer
25 views

Microsoft Excel Referencing data

I am trying to figure out how to look up a cell to see if it contains a name from a list I have specified, we will use "Hofmann Trucking" for example. Using columns a,b and c where column a contains ...
1
vote
1answer
49 views

How to cycle through all cells in a word table which is having split cells

I have a 3 X 3 (say tableA) table in MS word. The (2,2)th cell is a split cell(split into 2X2 table). How can I cycle through all the cells in the tableA. Dim strCellText As String Dim uResp As ...
1
vote
3answers
281 views

How to trim table cell values in MS Word with VBA

I have a table in a Word file. This vba program below will iterate through all the table cells Dim strCellText As String Dim uResp As String Dim Row As Integer Dim Col As Integer Dim itable As Table ...
0
votes
3answers
319 views

DataGridView Column Widths as Percentage

Is there any way to give each column in a DataGridView a percentage width of the total grid? I am currently using fixed widths but would like to give one column a 15% width, another one a 25% width, ...
-1
votes
1answer
552 views

StringGrid Cells Delphi

I've written some code which colours individual cells on my stringgrid, within my delphi application, according to a list of data. I now need to write some code in the OnDblClick event on my ...
0
votes
1answer
74 views

AppleScript - Using information in the cells of an Excel file as the initializing attributes of a class in Xcode

As of right now I have the code: tell application "Microsoft Excel" -- put the complete set of data into a list of lists (i.e., 2 dimensions -> columns of rows) set range1 to range "B2:H7686" ...
1
vote
2answers
164 views

Flashing green when cell value increases, red when decreases

I have a feed in my excel sheet and want the cell to flash green / red if the value changes up or down respectivey. Can someone help on this? Thanks. Private Sub Worksheet_Change(ByVal Target As ...
0
votes
0answers
94 views

Conditionally copying text cells in Excel from multiple sheets to one 'dashboard' sheet

I have 2 seperate cells that contain text (project name, and issues) and another cell with a drop down for Red Amber or Green status with colour conditional formatting. What I want to do is be able to ...
0
votes
2answers
137 views

Getting a specific value in a Datagrid in MSDN visual basic

So I have a simple question, but after so many Google searches I cant seem to find a good example. I'm trying to get a very specific cell from a datagrid. I Know the datagrid is working, as it runs ...
0
votes
1answer
67 views

How to set QTableView as a cell of QTableView

I have QTableView - mainTableView, in some cells of which I need to show another QTableView - cellTableView. Actually I found 2 ways: 1) Use pTableView->setIndexWidget 2) Use ...
0
votes
1answer
90 views

MATLAB: Conditionally matrix elements into two separate cell arrays

A matrix has 2 rows and several columns, and the first contains alternating strings of 1's and 0's. I want to use this binary as a decision to copy the information below it into one of two cell ...
0
votes
0answers
34 views

No content in UITableView cells

I know this question may seem to be answered many times before or seem like a very basic problem, but I just can't figure out what is wrong in my code. Please bear with me, I am an Objective C newbie. ...
0
votes
0answers
17 views

How do I call random cells from a plist and display in a UITable?

Here is my situation: I have created two plists and am creating a Newsfeed and Share section. My share section will display share names and share values. So far I have table created pulling share ...
0
votes
1answer
24 views

OCTAVE cells and strings

What is the opposite function of cellstr? explanation: first I have: d=["aa";"bb";"cc";"dd"]; then I do: d=cellstr(d); but then I want to have d back in shape like it was on the begining (that is ...
0
votes
1answer
142 views

UICollectionView reload cells while rotating

so I created my own custom layouts for my UICollectionView. When i rotate from portrait to landscape mode, some of the cells start to reload its content. I thought the layout just changes the ...
0
votes
1answer
30 views

Using load with data from cells

In my code I'm trying to use load with entries from a cell, but it is not working. The portion of my code below produces a 3 dimensional array of strings. The strings represent the paths to file ...
0
votes
2answers
54 views

Making table cells a block element

So I'm currently tasked with making a mobile style sheet for my works website and I've hit a wall with some of the final stages. My main constraint is that I can't edit the source HTML and have to ...
0
votes
0answers
105 views

javascript/html: how to replace multiple table cells in div

I feel certain I've done this before but am rusty in css javascript and can't recall how to write out multiple table cells within a table using getelementbyid. Basically, I have a two column table ...
-1
votes
1answer
1k views

Excel Copy and Paste Merged Cells into Single-Cell Format [closed]

I'm trying to copy over some data from a set of merged cells into a single cell format. I don't know how to do this. I'm trying to copy this: This is what I get when I paste it: This is what I ...
1
vote
1answer
94 views

Excell formula- Two or more different cells repeat same text

I need help with a formula. In Column A I have a list of numbers or text. In column B, I have another list of numbers or text, but for example in cell B 10 is the same a number or text as in cell ...
0
votes
1answer
119 views

Report tool with cells merging

Are there any reporting tools for Delphi that allow cells merging vertically (like Excel does)? For example, as far as I know, popular reporting tool FastReport doesn't allow such merging in a simple ...

1 2 3 4 5 6